Updated Building everything manually (markdown)

ni-richard 2019-09-10 13:17:33 +02:00
parent 668490acac
commit 02c5724492

@ -25,5 +25,9 @@ cd ../baseimage-tutorial-framework
docker build -t tutorial-framework:tag . docker build -t tutorial-framework:tag .
cd ../test-tutorial-framework cd ../test-tutorial-framework
docker build -t test-tutorial-framework -f solvable/Dockerfile . 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 docker run --rm -p 8888:8888 -e AVATAO_SECRET=secret test-tutorial-framework
``` ```