/Docker101

This repo contains the source code for the Docker session conducted for the students of DYPCOE

Primary LanguagePython

Docker 101

This repo contains the source code for the Docker session conducted for the students of DYPCOE

Pre-requisites:

It's good (but not necessary) to have a basic knowledge of:

  • Linux
  • Git
  • Github

Building an Image

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
  • Your app should look like this 👇

Docker Container

Resources

Installation


PS: You can connect with the speaker of the session here 😃