From b27ea505226d92eac1877e100b3913e3b4ea40b7 Mon Sep 17 00:00:00 2001 From: Kevin Bock Date: Tue, 2 Jun 2020 15:45:36 -0400 Subject: [PATCH] Update README.md --- docker/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 821380c..e80afc6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,20 @@ # Geneva Docker -This implements the Docker base image for Geneva. You can run the base image with the below python: +This implements the Docker base image for Geneva. Each docker container used by the evaluator runs out of the same base container. + +To build it: ``` +docker build -t base:latest -f docker/Dockerfile . +``` + +Optionally, to manually run/inspect the docker image to explore the image, run: + +``` +docker run -it base +``` + +You can run the base image with the below python: +```python import os import docker