You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: