update docker image version and readme

pull/1047/head
Damon C 2019-06-06 12:17:41 -07:00
parent e497522f03
commit f231c499f7
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7.0
FROM python:3.7.3
ENV PYTHONUNBUFFERED 1
ENV PYTHONPATH /code

View File

@ -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.