#devops
Read more stories on Hashnode
Articles with this tag
Basic Terminologies In Docker · Docker Volume : A volume is a persistent storage location that exists outside of the container.Useful for storing data...
Docker file · It is a text file that consists of a set of instructions/sets of tasks.It is used for automation which saves time.You can't do changes in...
Installation & Basic Commands Of Docker · Installation Of Docker On Ubuntu : Remove old installation if it is installed sudo apt-get remove docker...
Architecture Of Docker · This blog will consist of basic terminologies from the architecture of docker and the eco-system of docker. Docker Artectiture...
Basic Terminologies Of Docker · A container is a like a virtual machine (Not Really).Technical Definition "A Docker container image is a lightweight,...