-
Notifications
You must be signed in to change notification settings - Fork 13
creating_docker_image
M1chaelM edited this page Dec 2, 2020
·
10 revisions
To participate in the VORC teams must create a Docker image that runs their virtual autonomous system. This tutorial outlines the steps required to produce this image.
- Docker Orientation for VORC
- Installing Docker
- Create a Dockerhub account here if you do not already have one. Take note of your username.
- Option 1: Manual build from a base image
- Option 2: Build with Dockerfile and entrypoint script