From 162c4b9bc8d765dc5aecc50477fd07cf33180a8e Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Wed, 6 Jan 2021 18:59:49 +0300 Subject: [PATCH] Update README.md Add disclaimer about Docker. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24768b31..657f2aee 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,10 @@ __See the `docker-compose.yml` file for Xvfb example config.__ ## Run with Docker -In case if you want to run the app as a Docker container, -use `docker-compose up --build` (`CLOUD_GAME_GAMES_PATH` is env variable for games on your host). +__The app runs as a Docker container only in Linux.__ +Use makefile script: `make dev.run-docker` or Docker Compose directly: `docker-compose up --build` (`CLOUD_GAME_GAMES_PATH` is env variable for games on your host). It will spawn a docker environment and you can access the service on `localhost:8000`. -*Note.* -Docker for Windows is not supposed to work with provided configuration, use WSL2 instead. - ## Configuration The configuration parameters are stored in the [`configs/config.yaml`](configs/config.yaml) file which is shared for