Install Docker on Ubuntu and CentOS
Install Docker Remove older version of docker if any: Ubuntu: sudo apt-get remove docker docker-engine docker.io containerd runc CentOS: sudo yum remove docker \ docker-client \ docker-client-la...

Search for a command to run...
Series
Install Docker Remove older version of docker if any: Ubuntu: sudo apt-get remove docker docker-engine docker.io containerd runc CentOS: sudo yum remove docker \ docker-client \ docker-client-la...

If you have not installed docker on your system then refer to my blog on installation of docker here馃敆. Now let's go further and run new commands and check with outputs. Run docker run command is used to start a new container and interact with it thr...

Creating simple a web applicating with Docker, Dockerfile and post image on Docker Hub

docker-compose file create and run commands - build, up, down, ps, exec, start, stop, pause, unpause, restart and rm

This blogs show the demonstration of docker pull, inspect, logs, stop, start and remove commands.

Docker interview questions with answers
