Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing additional options to docker #22

Open
planetceres opened this issue Jul 10, 2020 · 0 comments
Open

Passing additional options to docker #22

planetceres opened this issue Jul 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@planetceres
Copy link

Natively, Docker accepts a a long list of options when running containers where the CLI syntax looks like docker run [OPTIONS] IMAGE [COMMAND] [ARG...]. It doesn't appear that this is possible in DeepKit.

Would it be possible to add options passing in the config for jobs?

It is often the case that system specific options are needed to run containers and allow access to things like networking on the host machine. The ability to add a flag such as --network=host may be the difference between being able to use DeepKit at all with some networking setups.

@marcj marcj added the enhancement New feature or request label Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants