Commit 293cef5d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tutorial:

- backup of note for future edition of developer guide
parent 17a051ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
# interesting Docker commands

Build by hand:
docker build -t "context:lgr-test" -f ./src/context/Dockerfile .
cd src
docker build -t "context:lgr-test" -f ./context/Dockerfile .

Run by hand:
docker run --rm --name lgr-test -it --env "DB_BACKEND=inmemory" --entrypoint /bin/bash context:lgr-test