Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 414 Bytes

DCS Docker

Instrucitons:

  1. Install prerequisites: Docker (Docker toolbox for Windows & Mac).

  2. 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 the Dockerfile.

  3. Launch a shell within the docker image: docker run -it dcs bash