From 0685e81bb0844f8382702edcd8d562458833064d Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Wed, 17 Feb 2021 14:22:21 +0100 Subject: [PATCH] better doc --- test-python-ssh/Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test-python-ssh/Readme.md b/test-python-ssh/Readme.md index b61041e..c3ddc7f 100644 --- a/test-python-ssh/Readme.md +++ b/test-python-ssh/Readme.md @@ -17,7 +17,8 @@ While in this file directory, open a terminal and run the following command (the ``` docker run -it --name pythonsandbox --rm --network host -v "$(pwd)"/production_eleves:/app/python_app/modules -v "$(pwd)"/config:/app/config jeancloud/pythonsandbox ``` -(Logs will flow in your terminal, CTRL+C will stop the process). +(Logs will flow in your terminal, CTRL+C will stop the process). +Read carefuly the first messages! ## Use it @@ -42,6 +43,9 @@ Also, as this is poorly tested, the docker system make sure the environment is s docker build . -t jeancloud/pythonsandbox ``` or pull it +``` +docker pull jeancloud/pythonsandbox +``` ## Volumes - `/app/modules` is where python scripts will be executed on some URL calls.