mirror of https://github.com/nucypher/nucypher.git
update docker image version and readme
parent
e497522f03
commit
f231c499f7
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7.0
|
||||
FROM python:3.7.3
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PYTHONPATH /code
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue