#docker
Read more stories on Hashnode
Articles with this tag
#90daysofdevops 路 馃拵 Questions 馃敻1. What is the Difference between an Image, Container and Engine? An image is a lightweight, standalone, and executable...
#90daysofdevops 路 馃拵 Docker Commands: docker run: Create and run a new container based on an image. Example: docker run <image> docker ps: List...
#9daysofdevops 路 馃敻What is Docker Volume? Docker allows you to create something called volumes. Volumes are like separate storage areas that can be...
#90daysofdevops 路 馃敻What is Docker Compose? Docker Compose is a tool that was developed to help define and share multi-container applications. With...
#90daysdevopschallenge 路 馃敻Deploying Python-Django web app to AWS EC2 with Docker 馃敼Dockerfile: Docker is a tool that makes it easy to run applications...
#90daysofdevops 路 馃敼What is Docker? Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages...