It’s time that I had to write an article on IAAC. All giant’s infra are now set and manage as IAAC. Infrastructure As A Code is shorted as IAAC. I hope you guys are already aware of these tools and…
DevOps Hacks!
Quick way to remove all Docker images from your host
Is this a good thing to remove Docker images? Absolutely, a good question, do this carefully!! Removing an image will erase all information about your container. So do this, if you want really need it. Please go through the discussion…
Deploy your first Apache Docker container
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…
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…