Many of the docker arguments are not generated
leodotcloud opened this issue · 2 comments
leodotcloud commented
--security-opt
Create container with --security-opt
set.
Run rekcod, it doesn't generate the command with this argument.
Reference: https://docs.docker.com/engine/security/apparmor/
-
--pid=host
-
--privileged
acutchin-bitpusher commented
also --group-add
nexdrew commented
Sorry for the long delay, but thanks for reporting this!
Just wanted to let you know that support for the flags you mentioned have been added and published as:
rekcod@3.0.0
(orrekcod@latest
) on npmnexdrew/rekcod:3.0.0
(ornexdrew/rekcod:latest
) on docker hub
Feel free to give it a shot.
If there are other docker run
arguments you need, please report those too.
Thanks again for your feedback, and thanks for using rekcod
!