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