Apurv Samadderapurv1990.hashnode.dev·Jan 11, 2024Day 14 Docker Part 3 ( Advanced )Docker compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services. Then, with a single command, you create and start all the services from your co...Docker compose
Apurv Samadderapurv1990.hashnode.dev·Dec 18, 2023Day 13 Docker Basic Part 2Docker Hub*: It's like a Repository for Docker Images, similar to GitHub where we store the code of the project, whereas, Docker Hub, stores the Images that are created from those program files.* Docker push: This is used to push Docker images to Doc...#Dockeradvanced