How to deploy Apache on Docker container? We discussed the basics of Docker containerisation in my previous article. before starting with this, please read the basics. Please refer to this link for more details > An introduction note to Docker…
DevOps Hacks!
Docker tips and tricks
Docker tips and tricks. In this article I would like to add some commonly using Docker commands, and some tips and tricks. Will start with some basics and add more commands/tricks going forth. I shared some basics of Linux containerisation…
Docker Swarm or Kubernetes
How to change the default data/image directory of docker?
Changing data/image location – Docker. Well, in some low disk host you may prefer a better, large partition for your Docker base directory. Once you installed Docker, the default data directory is “/var/lib/docker.” It contains all the data for your…