Skip to content

Commit 64f677a

Browse files
committed
updated. readme docker instructions
1 parent 345d903 commit 64f677a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,23 @@ Stand-alone: No external dependencies, other than the Ruby core and standard lib
9696
ruby pzdc_dungeon_2.rb
9797
```
9898

99+
## Run with Docker
100+
101+
build image (1 time)
102+
```shell
103+
sudo docker compose build
104+
```
105+
106+
launch container terminal (every time you want to launch the game)
107+
```shell
108+
sudo docker compose run --rm pzdc2 bash
109+
```
110+
111+
run the game in the container terminal
112+
```shell
113+
ruby pzdc_dungeon_2.rb
114+
```
115+
99116
## Options
100117

101118
In Options menu you can set up:

0 commit comments

Comments
 (0)