-
Notifications
You must be signed in to change notification settings - Fork 60
Set up Local Docker VMMS
Yashas Kumar edited this page Sep 9, 2015
·
4 revisions
This is a guide to set up Tango to run jobs in a local Docker container. If you have yet to set up Tango itself, please see the guide on Setting up Tango first.
-
Install docker on host machine by following instructions on the docker installation page. Ensure docker is running by doing a
docker ps
. -
Build base Docker image from root Tango directory.
$ cd path/to/Tango $ docker build -t autograding_image vmms/ $ docker images autograding_image # Check if image built
-
Update
VMMS_NAME
inconfig.py
.VMMS_NAME = "localDocker"