We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e21253 commit a116834Copy full SHA for a116834
1 file changed
bin/configurator/static/_includes/ru/configurator/partials/dev/run_main_block.md.liquid
@@ -45,6 +45,7 @@ export WERF_BUILDAH_MODE=auto
45
46
```{{include.shell}}
47
docker run -it --rm \
48
+ --security-opt seccomp=unconfined \
49
-v $HOME/.werf:/home/build/.werf \
50
-v $(pwd):/home/build/example -w /home/build/example \
51
registry.werf.io/werf/werf:2-stable-ubuntu bash
0 commit comments