Skip to content

Commit

Permalink
#8: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Nov 17, 2020
1 parent 2973849 commit 855c8a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source/first-steps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,12 @@ The image will by default expose a HTTP endpoint.
# create directory structure that will be present in "/data" inside container (see one of previous steps about the structure)
mkdir checks configured
sudo docker run --name infracheck -p 8000:8000 -v $(pwd):/data -d --rm quay.io/riotkit/infracheck:v1.9-x86_64
sudo docker run --name infracheck -p 8000:8000 -v $(pwd):/data -d --rm quay.io/riotkit/infracheck:v1.9.1-x86_64 \
--directory=/data --server-path-prefix=/your-secret-code-there
# now test it
curl http://localhost:8000
curl http://localhost:8000/your-secret-code-there/
List of supported environment variables:

Expand Down

0 comments on commit 855c8a3

Please sign in to comment.