steam-arma3/README.md

22 lines
339 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
```
docker build -t zombi/steam-arma3 .
```
### Running steam-arma3
```
docker run -d \
--name arma3 \
-p 2302-2305:2302-2305/udp \
2018-05-24 14:20:56 +02:00
-p 2308:2308/udp \
2017-04-13 11:05:49 +02:00
-v /data/steam-games:/home/steam/games \
zombi/steam-arma3
```