Skip to content

Commit

Permalink
update docker image version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vepkenez committed Jun 6, 2019
1 parent e497522 commit f231c49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/docker/Dockerfile
@@ -1,4 +1,4 @@
FROM python:3.7.0
FROM python:3.7.3
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH /code

Expand Down
6 changes: 3 additions & 3 deletions dev/docker/README.md
Expand Up @@ -26,12 +26,12 @@ From there you can develop, modify code, test as normal.

### other cases

* run a network of three independent Ursulas
`docker-compose -f 3-ursulas.yml up`
* run a network of 8 independent Ursulas
`docker-compose -f 8-federated-ursulas.yml up`
* get the local ports these ursulas will be exposed on
`docker ps`
* to stop them...
`docker-compose -f 3-ursulas.yml stop`
`docker-compose -f 8-federated-ursulas.yml stop`

## Pycharm (pro version only)
* You can configure pycharm to use the python interpreter inside docker.
Expand Down

0 comments on commit f231c49

Please sign in to comment.