summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-02 12:15:07 -0600
committermo khan <mo.khan@gmail.com>2019-09-02 12:15:07 -0600
commit77b23fdec798a883765c6f7d3e4118b40fb83279 (patch)
treeb3bf8504203da071ec1666af42440f837f8fd92a /README.md
parent87171fd3828c2bc3e77353780e179a7acc10ebd0 (diff)
add docker instructions to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5095f5b..36e63e6 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,16 @@ rather than using the bundled package with the non-standard source
layout.
The source code for this project can be found on
-`https://github.com/mokhan/comp-268`. This is currently a private
-repository. A request to the author can be made in order to
-gain access.
+`https://gitlab.com/xlgmokha/comp268`.
+
+To run a docker version of this assigment:
+
+```bash
+$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest
+```
+
+To get shell access to the container and all code:
+
+```bash
+$ docker run -it registry.gitlab.com/xlgmokha/comp268:latest /bin/sh
+```