move docker instructions to 'running' (#2323)

This commit is contained in:
tooomm 2016-12-21 21:02:09 +01:00 committed by GitHub
parent 36e6da2abd
commit 62dc6dcb86

View file

@ -93,6 +93,13 @@ The following flags can be passed to `cmake`:
- `-DTEST=1` Enable regression tests (default 0 = no). Note: needs googletest, will be downloaded on the fly if unavailable. To run tests: ```make test```.
# Running
`cockatrice` is the game client
`oracle` fetches card data
`servatrice` is the server<br>
#### Servatrice Docker container
A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker).<br>
@ -106,13 +113,6 @@ Please note that running this command will expose the TCP port 4747 of the docke
More infos on how to use Servatrice with Docker can be found in our [wiki](https://github.com/Cockatrice/Cockatrice/wiki/Setting-up-Servatrice#using-docker).
# Running
`cockatrice` is the game client
`oracle` fetches card data
`servatrice` is the server<br>
# License [![GPLv2 License](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING)
Cockatrice is free software, licensed under the [GPLv2](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING).