move docker instructions to 'running' (#2323)
This commit is contained in:
parent
36e6da2abd
commit
62dc6dcb86
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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 [](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING)
|
||||
|
||||
Cockatrice is free software, licensed under the [GPLv2](https://github.com/Cockatrice/Cockatrice/blob/master/COPYING).
|
||||
|
|
Loading…
Reference in a new issue