From 44d34673f433cf7079b6ef3d9095fbbbf4fb2fbf Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 11 Apr 2016 19:38:45 +0200 Subject: [PATCH] docker - tweaks and link to wiki added paragraphs for better readability link to wiki on how to use docker (also reordered the running part, call it alphabetically or most important part on top... both apply :P ) --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b85f4718..bc81cc4c 100644 --- a/README.md +++ b/README.md @@ -95,19 +95,21 @@ The following flags can be passed to `cmake`: #### Servatrice Docker container -A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker). -You just need to create an image from the Dockerfile -`docker build -t servatrice .` -And then run it -`docker run -i -p 4747:4747/tcp -t servatrice:latest` -Please note that running this command will expose the TCP port 4747 of the docker container to permit connections to the server. -
+A Dockerfile is provided to run Servatrice (the Cockatrice server) using [Docker](https://www.docker.com/what-docker).
+ +You just need to create an image from the Dockerfile
+`docker build -t servatrice .`
+And then run it
+`docker run -i -p 4747:4747/tcp -t servatrice:latest`
+ +Please note that running this command will expose the TCP port 4747 of the docker container to permit connections to the server.
+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 -`oracle` fetches card data -`cockatrice` is the game client +`cockatrice` is the game client +`oracle` fetches card data `servatrice` is the server