Setup Environment for Docker
This guide will walk you through the steps for setting up and configuring Docker for development.
If any of these steps are already complete, skip them.
- Download and install the latest stable version of Docker Community Edition (CE)
- Docker Desktop for Windows: https://docs.docker.com/docker-for-windows/install/
- Docker Desktop for Mac: https://docs.docker.com/docker-for-mac/
- Docker for Linux: https://docs.docker.com/install/linux/docker-ce/ubuntu/
Docker Desktop for Windows Setup
If you are running Docker Desktop for Windows, after Docker has been installed, you must take the following steps:
- Open Docker settings (from the Docker tray icon)
- Under "General" tab, ensure that "Start Docker Desktop when you log in" is checked
- Under "Shared Drives" tab, ensure that the "C" drive is checked
Additional Details can be found at https://docs.docker.com/docker-for-windows/install/
Docker for Linux
If you are running Docker on Linux, install docker-compose