#docker
Read more stories on Hashnode
Articles with this tag
#Day18 of 90DaysofDevOps Challenge · Docker Compose? Docker Compose is a tool that was developed to help define and share multi-container...
Day 19 of 90 Days of DevOps · Docker-Volume Docker allows you to create something called volumes. Volumes are like separate storage areas that can be...
#Day17 of 90DaysofDevOps Challenge · Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages...
#Day16 of 90DaysofDevOps Challenge · Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker...
#Day7 of 90DaysofDevOps · What is a package manager in Linux? In simpler words, a package manager is a tool that allows users to install, remove,...
#Day6 of 90DayofDevOps · Create a simple file and do ls -ltr to see the details of the files touch testing.txt ls -ltr How do you view Linux file...