From the course: Unit Testing in Python
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Docker and VS Code (PC) - Python Tutorial
From the course: Unit Testing in Python
Docker and VS Code (PC)
- [Instructor] Before we delve into the code, there are a few things you need installed. First, we'll make sure we have the latest version of Docker Desktop and that it's working. At the time of this recording, these instructions are for Windows PCs running on the 10 Pro 64-bit version. Once we do that, we then will run a Docker image that will install pertinent packages for us. Like I mentioned earlier, Docker runs an engine on your operating system. Once we've installed the software so the engine can begin running, we can then start creating containers with the installations we need to run our application. First, you need to create or log into your Docker Hub account on hub.docker.com. I've already logged into mine. After you're logged in, move forward to the installation page under Get started with Docker Desktop. Here you'll be taken to the subsequent page where you can continue the download by clicking this blue button saying Download Docker Desktop for Windows. It will then…