Skip to content

Commit

Permalink
fix readme for docker on arm32v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian authored and dragonchaser committed Oct 12, 2020
1 parent eb58a96 commit 90a6129
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,17 @@ To start the server, run `ruby app.rb` To view the interface, navigate to `local

## Docker

### x86_64

```
$> docker run -p4567:4567 dragonchaser/maptool:latest
```
### arm32v7

```
$> docker run -p4567:4567 dragonchaser/maptool:latest-arm32v7
```


### Build

Expand Down

0 comments on commit 90a6129

Please sign in to comment.