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: 🐱🏍Would you like to SUPPORT US FURTHER so that we can make even more great content - Please consider joining our members community. 👍SUBSCRIBE to get more free tutorials, courses and code snippets!











