Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
commit-id:3441011d
  • Loading branch information
vlad-ivanov-name authored and LMG committed Mar 16, 2023
1 parent 22cd2e4 commit 6b87f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/guide/gettingstarted.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ ANCHOR: docker_github
> --publish 8000:8000 \
> --env JOSH_REMOTE=https://github.com \
> --volume josh-vol:/data/git \
> joshproject/josh-proxy:latest
> joshproject/josh-proxy:latest >/dev/null
ANCHOR_END: docker_github
* (glob)

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

0 comments on commit 6b87f44

Please sign in to comment.