From 62dc6dcb86b5f648a65031d9a5e85bd9c99c626e Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 21 Dec 2016 21:02:09 +0100 Subject: [PATCH] move docker instructions to 'running' (#2323) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f6636738..b30a0418 100644 --- a/README.md +++ b/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
+ + #### Servatrice Docker container A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker).
@@ -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
- - # 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).