Skip to content

Commit 296ed60

Browse files
Merge pull request #1538 from springcoil/docker
DOCS: Clarified the developing in docker part of CONTRIBUTING.md
2 parents 08556d7 + 806ad51 commit 296ed60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ tools:
110110
We have provided a Dockerfile which helps for isolating build problems, and local development.
111111
Install [Docker](https://www.docker.com/) for your operating system, clone this repo, then
112112
run `./scripts/start_container.sh`. This should start a local docker container called `pymc3`,
113-
as well as a [`jupyter`](http://jupyter.org/) notebook server running on port 8888. The repo
114-
will be running the code from your local copy of `pymc3`, so it is good for development. You may
115-
also use it to run the test suite, with
113+
as well as a [`jupyter`](http://jupyter.org/) notebook server running on port 8888. You will have to open
114+
a browser at `localhost:8888`. The repo will be running the code from your local copy of `pymc3`,
115+
so it is good for development. You may also use it to run the test suite, with
116116

117117
```bash
118118
$ docker exec -it pymc3 bash # logon to the container

0 commit comments

Comments
 (0)