This commit is contained in:
Adrian Amaglio 2021-02-11 15:08:34 +01:00
parent bcddc48b77
commit 55ef22bd17

View File

@ -21,6 +21,7 @@ TODO:
To bundle everything in one place. To bundle everything in one place.
This docker image is not a pretty one, we should split those services into several containers. This docker image is not a pretty one, we should split those services into several containers.
But that would be harder to run, so forget that. But that would be harder to run, so forget that.
Also, as this is poorly tested, the docker system make sure the environment is stable.
# Instructions # Instructions
## Install docker ## Install docker
@ -30,7 +31,7 @@ CF the interweb TODO
``` ```
docker build . -t pythonsandbox docker build . -t pythonsandbox
``` ```
or pull the image or pull it
``` ```
TODO: send image to hub TODO: send image to hub
``` ```