We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cd2e4 commit 6b87f44Copy full SHA for 6b87f44
docs/src/guide/gettingstarted.t
@@ -8,9 +8,8 @@ ANCHOR: docker_github
8
> --publish 8000:8000 \
9
> --env JOSH_REMOTE=https://github.com \
10
> --volume josh-vol:/data/git \
11
- > joshproject/josh-proxy:latest
+ > joshproject/josh-proxy:latest >/dev/null
12
ANCHOR_END: docker_github
13
- * (glob)
14
15
# waiting for josh to be running
16
$ until curl -s http://localhost:8000/
@@ -90,3 +89,4 @@ ANCHOR_END: ls_doc
90
89
# cleanup
91
$ cd ${TESTTMP}
92
$ docker stop josh-proxy >/dev/null
+ $ docker rm josh-proxy >/dev/null
0 commit comments