summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```