Updated Dockerfile documentation

This commit is contained in:
FrozenFOXX
2020-05-19 00:26:34 -07:00
parent f7002441b5
commit 32d6ecde9d
3 changed files with 66 additions and 4 deletions

View File

@@ -1,2 +1,23 @@
# docker-crawl
Docker container for Dungeon Crawl Stone Soup
Docker container for Dungeon Crawl Stone Soup (DCSS).
Docker Hub: [https://hub.docker.com/r/frozenfoxx/crawl](https://hub.docker.com/r/frozenfoxx/crawl)
## How to Build
```
git clone git@github.com:frozenfoxx/docker-crawl.git
cd docker-crawl
docker build .
```
# How to Use this Image
## Quickstart
The following will run the latest Webtiles crawl server.
```
docker run -d --rm -p 8080:8080 --name=crawl_webtiles frozenfoxx/crawl:latest
```