Skip to content
Snippets Groups Projects
Commit 940f8677 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task LSMR-102: Hint at interactive docker run to allow ^C

parent c843d763
No related branches found
No related tags found
1 merge request!87Lsmr epic
......@@ -5,8 +5,10 @@ To build:
To start the PostgreSQL container:
docker run --name=postgres-$USER --rm lsmr-postgres
docker run [-it] --name=postgres-$USER --rm lsmr-postgres
To start the LSMR container (exposing port 8001 to surf to):
docker run --rm -p 0.0.0.0:8001:8000 --link=postgres-$USER:postgres lsmr
docker run [-it] --rm -p 0.0.0.0:8001:8000 --link=postgres-$USER:postgres lsmr
Note: "-it" allows one to abort the container with ^C.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment