Skip to content

Commit

Permalink
Update example for running docker
Browse files Browse the repository at this point in the history
Rather than including detach by default, I added a note below.
  • Loading branch information
cthoyt committed Oct 14, 2021
1 parent 6cc18a6 commit 8d3f9ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ Further, the `GITHUBUSER` value described above has to be provided as an
environment variable.

```shell
docker run -d -it -p 5000:5000 -v ~/.ssh:/root/.ssh:ro -v ~/.gitconfig:/root/.gitconfig:ro -e GITHUBUSER=<GITHUBUSER> biomappings:latest
docker run -it -p 5000:5000 -v ~/.ssh:/root/.ssh:ro -v ~/.gitconfig:/root/.gitconfig:ro -e GITHUBUSER=<GITHUBUSER> biomappings:latest
```

Add `-d` to detach.

## 3. Launch the website and curate

Once the Docker container is running, you can open a browser and go to
Expand Down

0 comments on commit 8d3f9ca

Please sign in to comment.