mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 10:51:32 +00:00
Updated Building everything manually (markdown)
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user