This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
forked from autolab/Tango
-
Notifications
You must be signed in to change notification settings - Fork 14
Set up Local Docker VMMS
daviddob edited this page Jun 15, 2017
·
2 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"
- Set up Tango
- Set up Local Docker VMMS
- Set up Dist Docker VMMS
- Set up Amazon EC2 VMMS
- Set up VMs for Jobs
- Updating a Grading Image