nexdrew / rekcod

docker inspect :mag: → docker run :runner:
ISC License
371 stars 32 forks source link

Many of the docker arguments are not generated #56

Closed leodotcloud closed 4 years ago

leodotcloud commented 4 years ago

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/

2) --pid=host

3) --privileged

acutchin-bitpusher commented 4 years ago

also --group-add

nexdrew commented 4 years ago

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:

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!