steam-arma3/README.md

23 lines
355 B
Markdown
Raw Normal View History

2017-04-13 11:05:49 +02:00
## steam-arma3
steam-arma3 is the base image for an ARMA3 Server.
### Data locations
### Building steam-arma3
first build the `steam-base` image.
```
docker build -t zombi/steam-arma3 .
```
### Running steam-arma3
```
docker run -d \
--name arma3 \
-p 2302-2305:2302-2305/udp \
-v /data/steam-games:/home/steam/games \
zombi/steam-arma3
```