This commit is contained in:
Adrian Amaglio 2021-02-16 13:51:31 +01:00
parent 9d86724a1d
commit b590ef038b

View File

@ -7,7 +7,7 @@ This is a very experimental tool, **it may be working**. Any suggestion or PR is
https://docs.docker.com/get-docker/
## Run it
While in this file directory, open a terminal and run:
While in this file directory, open a terminal and run the following command (the download can be very long…).
```
docker run -it --name pythonsandbox --rm --network host -v "$(pwd)"/production_eleves:/app/python_app/modules -v "$(pwd)"/config:/app/config jeancloud/pythonsandbox
```