Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment