1 changed files with 8 additions and 1 deletions
@ -1,3 +1,10 @@ |
|||||||
# docker-numbermunchers |
# docker-numbermunchers |
||||||
|
|
||||||
docker image of number munchers running on js-dos |
docker image of number munchers running on js-dos |
||||||
|
|
||||||
|
run the following to build |
||||||
|
`docker build -t docker-numbermunchers --build-arg GAME_URL=https://code.imhard4.men/crappyrules/docker-numbermunchers/raw/branch/master/number-munchers.zip --build-arg GAME_ARGS=\"NM.EXE\" .` |
||||||
|
|
||||||
|
once you have built the image, run with |
||||||
|
|
||||||
|
`docker run -d -p 8000:8000 docker-numbermunchers` |
||||||
Loading…
Reference in new issue