Commit 77b23fd
Changed files (1)
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
+```