Skip to content

v0.2

Compare
Choose a tag to compare
@mosonyi mosonyi released this 17 Mar 13:28
· 7 commits to main since this release
be4632c

With this new release of dev environment the mount of the local folder with use the same permissions as on the host.
Example:

docker run --name integritee-dev-worker -it -v $(pwd):/home/ubuntu/worker -e MYUID=$(id -u) -e MYGUID=$(id -g) integritee/integritee-dev:0.2 /bin/bash