Skip to content

Commit 6b87f44

Browse files
vlad-ivanov-nameLMG
authored andcommitted
wip
commit-id:3441011d
1 parent 22cd2e4 commit 6b87f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/guide/gettingstarted.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ ANCHOR: docker_github
88
> --publish 8000:8000 \
99
> --env JOSH_REMOTE=https://github.com \
1010
> --volume josh-vol:/data/git \
11-
> joshproject/josh-proxy:latest
11+
> joshproject/josh-proxy:latest >/dev/null
1212
ANCHOR_END: docker_github
13-
* (glob)
1413

1514
# waiting for josh to be running
1615
$ until curl -s http://localhost:8000/
@@ -90,3 +89,4 @@ ANCHOR_END: ls_doc
9089
# cleanup
9190
$ cd ${TESTTMP}
9291
$ docker stop josh-proxy >/dev/null
92+
$ docker rm josh-proxy >/dev/null

0 commit comments

Comments
 (0)