minor text changes

This commit is contained in:
David Andersen 2016-11-04 13:21:30 -07:00
parent 832e64511d
commit c9052c3296

View File

@ -31,7 +31,7 @@ docker run -d -p 34197:34197/udp -p 27015:27015/tcp \
For those new to Docker, here is an explanation of the options: For those new to Docker, here is an explanation of the options:
* `-d` - Run as a daemon ("detached"). * `-d` - Run as a daemon ("detached").
* `-p` - Expose all ports. * `-p` - Expose ports.
* `-v` - Mount `/tmp/factorio` on the local file system to `/factorio` in the container. * `-v` - Mount `/tmp/factorio` on the local file system to `/factorio` in the container.
* `--restart` - Restart the server if it crashes and at system start * `--restart` - Restart the server if it crashes and at system start
* `--name` - Name the container "factorio" (otherwise it has a funny random name). * `--name` - Name the container "factorio" (otherwise it has a funny random name).