|
Browse by Tags
All Tags » Docker » Linux
-
Docker Swarm Series
Docker Swarm
Docker Registry
This Post
Swarm and Prometheus
Swarm and Prometheus II
Dotnet Core Series
Dotnet Core
...
-
ZooKeeper Series
ZooKeeper
Higher-level Constructs with ZooKeeper
This Post
Docker Swarm Series
This Post
Docker Registry
...
-
In the previous post we used mysql:5.6 official Docker Image for Database Container and created a Custom Dockerfile for the PHP Container. We had to expose the MySQL container’s ports and so we can connect to the database using the MySQL CLI to create the required WordPress database and execute the MySQL dump file. In production; on ...
-
Docker allow us to package the application with all its dependencies; and this makes an ideal platform to deploy and migrate existing PHP / MySQL applications. We cannot only consolidate multiple PHP applications on the server; where one application is using the latest runtimes and other might need specific versions of PHP and MySQL, but also ...
-
Rancher Series Part 1: RancherOS Part 2: Rancher–First Application Part 3: Rancher Infrastructure Services Part 4: Floating IP and Containers Floating IP or Virtual IP address can be moved from one host to another in the same network / datacenter; this technique can be used to implement high availability infrastructure. If one host ...
-
Rancher Series
Part 1: RancherOS
Part 2: Rancher–First Application
Part 3: Rancher Infrastructure Services
Part 4: Floating IP and Containers
Containers in general and Docker Containers in particular are becoming popular everyday mainly because they allow us to have a componentized environment to run the ...
-
Visual C++ for Linux Development is the Visual Studio 2015’s extension by Microsoft that lets us write C++ code in Visual Studio for Linux machines and devices. It connects to the machine or device over SSH and uses machine / device’ g++, gdb and gdbserver to provide compilation and debugging experience from within Visual Studio. After installing ...
-
We made Docker Container using a Dockerfile in the GlusterFS post that can mount a GlusterFS volume (running on Raspberry Pis); lets extend our Dockerfile and add Samba Server to expose the mounted directory as Samba Share so it can be accessed from Windows. For this we need to add these additional lines into the Dockerfile RUN apt-get -y ...
-
GlusterFS is a scale-out network-attached storage file system that has found applications in cloud computing, streaming media services, and content delivery networks. GlusterFS was developed originally by Gluster, Inc. and then by Red Hat, Inc., as a result of Red Hat acquiring Gluster in 2011, says the Wikipedia. Its a distributed file system ...
-
Docker on Windows
Part 1: Docker on Windows
Part 2: Docker on Windows- HyperV, NAT and DHCP Server
Part 3: Docker on Windows- Windows Containers
Part 4: Docker on Windows- Customized Boot2Docker ISO with CIFS
Part 5: Docker on Windows- Docker for Windows
If you are using Windows 10 x64 1511 (November ...
-
Dockerizing Node
Part 1: Running Node Application in Docker Container on Raspberry Pi
Part 2: Dockerfile
Part 3: Dockerizing Mongo and Express
Part 4: docker-compose
Part 5: Rancher–First Application
Now that we are familiar with the Docker and how it helps us in high isolation and compartmentalization; lets expand and try out ...
-
Docker on Windows
Part 1: Docker on Windows
Part 2: Docker on Windows- HyperV, NAT and DHCP Server
Part 3: Docker on Windows- Windows Containers
Part 4: Docker on Windows- Customized Boot2Docker ISO with CIFS
Part 5: Docker on Windows- Docker for Windows
When using Docker in Linux Virtual Machine on ...
-
Dockerizing Node
Part 1: Running Node Application in Docker Container on Raspberry Pi
Part 2: Dockerfile
Part 3: Dockerizing Mongo and Express
Part 4: docker-compose
Part 5: Rancher–First Application
Docker can build images automatically by reading the instructions from a Dockerfile. Its a text file that contains the commands how to ...
-
Docker on Windows
Part 1: Docker on Windows
Part 2: Docker on Windows- HyperV, NAT and DHCP Server
Part 3: Docker on Windows- Windows Containers
Part 4: Docker on Windows- Customized Boot2Docker ISO with CIFS
Part 5: Docker on Windows- Docker for Windows
Setting up Docker on Windows is slightly ...
-
Dockerizing Node
Part 1: Running Node Application in Docker Container on Raspberry Pi
Part 2: Dockerfile
Part 3: Dockerizing Mongo and Express
Part 4: docker-compose
Part 5: Rancher–First Application
Lets run a Node application in Docker on Raspberry Pi; for the proof of concept; I will be using a simple hello world app and a GIT/SSH ...
-
Docker allow us to package our application with all its dependencies into a standardized unit; the application run in the Container that has everything it needs to run and this is kept in isolation from the other Container running on the Server. Its architecturally different from Virtual Machine and are more portable and efficient; they share the ...
|
|
|