diff options
| author | mo khan <mo.khan@gmail.com> | 2019-09-02 12:15:07 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2019-09-02 12:15:07 -0600 |
| commit | 77b23fdec798a883765c6f7d3e4118b40fb83279 (patch) | |
| tree | b3bf8504203da071ec1666af42440f837f8fd92a /README.md | |
| parent | 87171fd3828c2bc3e77353780e179a7acc10ebd0 (diff) | |
add docker instructions to README
Diffstat (limited to 'README.md')
| -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 +``` |
