From 55ef22bd171374c3b5288394f9cbe08295aec05e Mon Sep 17 00:00:00 2001 From: Adrian Amaglio Date: Thu, 11 Feb 2021 15:08:34 +0100 Subject: [PATCH] ssh --- test-python-ssh/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test-python-ssh/Readme.md b/test-python-ssh/Readme.md index 396117f..9e22f82 100644 --- a/test-python-ssh/Readme.md +++ b/test-python-ssh/Readme.md @@ -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 ```