Day 21 - #90daysofdevopschallenge
Docker Interview Questions
Aug 22, 20235 min read51

Search for a command to run...
Articles tagged with #docker
Docker Interview Questions

Day-20 #90daysofdevops

Day-19 #90daysofdevopschallenge

📌 Docker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down....

📌 Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. A Dock...

Day-16 #90daysofdevopschallenge
