From 02c5724492ba8dd0c50bf9958ca28deb92136f5f Mon Sep 17 00:00:00 2001 From: ni-richard Date: Tue, 10 Sep 2019 13:17:33 +0200 Subject: [PATCH] Updated Building everything manually (markdown) --- Building-everything-manually.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Building-everything-manually.md b/Building-everything-manually.md index f51845f..5ffa40a 100644 --- a/Building-everything-manually.md +++ b/Building-everything-manually.md @@ -25,5 +25,9 @@ cd ../baseimage-tutorial-framework docker build -t tutorial-framework:tag . cd ../test-tutorial-framework docker build -t test-tutorial-framework -f solvable/Dockerfile . +``` + +After all of these, you can start the container any time with this command: +``` docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret test-tutorial-framework ``` \ No newline at end of file