This repo contains the source code for the Docker session conducted for the students of DYPCOE
It's good (but not necessary) to have a basic knowledge of:
- Linux
- Git
- Github
You can build an image for this project on your local machine by following the below steps:
- Install Docker from here
- Install Docker Compose from here
- Clone this repository
- Open a terminal in the cloned repository
- Change the directory
cd dj_docker
- Run
docker compose up -d
to build an image and start the container - Run
docker compose ps
to check whether your container is running or not - Go to http://localhost:8000/ and check the app
- Change the directory
- Your app should look like this 👇
- Slide Deck for the session can be found here
- Get started with Docker - Official Documentation
- Docker Compose - Official Documentation
- Docker Hub
PS: You can connect with the speaker of the session here 😃