diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 +``` |
