From b590ef038b28cc91ceeccd2defab1f1c3ac5ae42 Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Tue, 16 Feb 2021 13:51:31 +0100 Subject: [PATCH] hint --- test-python-ssh/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-python-ssh/Readme.md b/test-python-ssh/Readme.md index c97c293..5380b39 100644 --- a/test-python-ssh/Readme.md +++ b/test-python-ssh/Readme.md @@ -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 ```