Skip to content

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

Notifications You must be signed in to change notification settings

Akash1362000/Docker101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😃

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published