From 945271b5e6ade7eb3af8d104d53172da0a031492 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Fri, 16 Jun 2023 21:08:24 +0200 Subject: [PATCH] docs: Fix docker run instructions to terminate on STRG + C --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 274aa63..0672ba9 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,7 @@ If the SIMD or nightly part causes any problems on your setup please reach out b # Run in docker container This command will start the Pixelflut server in a docker container ```bash -docker run --rm -p 1234:1234 -p 5900:5900 -p 9100:9100 sbernauer/breakwater # --help -``` -The following command stops the server again (if there are some problems with `SIGINT`) -```bash -docker stop $(docker ps -q --filter ancestor=sbernauer/breakwater) +docker run --rm --init -t -p 1234:1234 -p 5900:5900 -p 9100:9100 sbernauer/breakwater # --help ``` # Ready to use Docker compose setup