From the course: Unit Testing in Python
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Docker and VS Code (Mac) - Python Tutorial
From the course: Unit Testing in Python
Docker and VS Code (Mac)
- [Instructor] Before we delve into the code, there are a few things you need installed. First we'll make sure you have the latest version of Docker Desktop and that it's working. At the time of this recording, these instructions are for MACs running on OS 10.13 or later. Once we do that, we then run a Docker image that will install pertinent packages for us. Like 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'll need to create or log into your Docker Hub account on hub.docker.com. I'm already logged into mine. After you're logged in, move forward to click Get started with Docker Desktop on that web page. From here you can continue to click Download Docker Desktop for Mac. Once this file has finished installing, you can double click it. You'll next see the following prompt to drag the Docker…