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

View File

@ -20,7 +20,8 @@ TODO:
## A docker image
To bundle everything in one place.
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
## Install docker
@ -30,7 +31,7 @@ CF the interweb TODO
```
docker build . -t pythonsandbox
```
or pull the image
or pull it
```
TODO: send image to hub
```