nexdrew/rekcod

Many of the docker arguments are not generated

leodotcloud opened this issue · 2 comments

  1. --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/

  1. --pid=host

  2. --privileged

also --group-add

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 (or rekcod@latest) on npm
  • nexdrew/rekcod:3.0.0 (or nexdrew/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!