Docker | How to Dockerize a Django application (Beginners Guide)

Very Academy March 31, 2021
Video Thumbnail
Very Academy Logo

Very Academy

View Channel

About

Very Academy is an online education provider that offers a vast and ever-growing catalogue of tutorials and courses. Very Academy's mission is to provide universally accessible, highest quality Computer Science and Technology education. By providing you with the most relevant, highest-quality learning experiences to support your learning, we hope to help foster students into globally competent professionals in the field of Computer Science and Technology.

Video Description

This is a docker tutorial for beginners. Take your first steps with Docker containers. In this tutorial we are going to Dockerize a Django application as a complete beginner to Docker. We first Create a new Django application then Prepare a Django app for Docker building a Dockerfile. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image. Now we go ahead and Build a Docker image and then finally Start a new Docker container to display Django running in our container. ##### CAN YOU SPOT THE ERROR IN THIS TUTORIAL? It is April 1st here don't forget! 😜 The docker ignore file does not have 2 dots 😂 - just .dockerignore and should read venv not */venv ##### 00:00 Introduction and underpinning knowledge 04:56 Building a Django app 07:32 Creating a Dockerfile 15:04 Creating a Docker image 16:09 Creating a Docker Container Code Repository: https://github.com/veryacademy/docker-mastery-with-django 🐱‍🏍Would you like to SUPPORT US FURTHER so that we can make even more great content - Please consider joining our members community. https://www.youtube.com/channel/UC1mxuk7tuQT2D0qTMgKji3w/join 👍SUBSCRIBE to get more free tutorials, courses and code snippets! http://www.youtube.com/channel/UC1mxuk7tuQT2D0qTMgKji3w?sub_confirmation=1

You May Also Like