-
Install prerequisites: Docker (Docker toolbox for Windows & Mac).
-
Build the Docker image (Warning: this may take a while, especially the first time you run it):
docker build -t dcs .
What does this install? See theDockerfile
. -
Launch a shell within the docker image:
docker run -it dcs bash