Skip to content

Commit

Permalink
docs: Fix docker run instructions to terminate on STRG + C
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Jun 16, 2023
1 parent 8716a94 commit 945271b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 945271b

Please sign in to comment.