Docker

Share Folder Between Docker Container and Host Machine

Docker is one of the most popular DevOps tool using many companies. This is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data centre VMs, or the cloud. Many times we came to the situation where we need to share a folder between running Docker containers and the… Continue reading Share Folder Between Docker Container and Host Machine

Docker

Docker daily useful commands

Below is the list of most useful docker commands. Download docker image from the repository Check a list of all docker images Check if Docker containers are up & running Start and stop a container Get inside of running docker container Remove all docker containers Forcefully remove all docker containers Remove all docker images  Forcefully… Continue reading Docker daily useful commands

Docker

How to configure Docker with NGINX and PHP application

Introduction At the end of this tutorial, you will be ready with Docker NGINX container communicating with PHP application. We are going to build above simple application work flow by using few docker commands. In this tutorial, Browser is going to communicate with NGINX container to serve any HTTP/HTTPS request and NGINX container will communicate… Continue reading How to configure Docker with NGINX and PHP application