Skip to content

Passing additional options to docker #22

Open
@planetceres

Description

@planetceres

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions