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
When containers have their own set of arguments we want dockeri redirecting them to the container itself.
Consider the following case:
# dockeri -w /tmp/workdir image:tag --opt bla arg1 arg2
We are asking docker to run the container image:tag (with -v /tmp/workdir:/work), and options --opt bla arg1 arg2 will be used internally by the container; dockeri should not parse those options.
The text was updated successfully, but these errors were encountered:
When containers have their own set of arguments we want
dockeri
redirecting them to the container itself.Consider the following case:
We are asking docker to run the container
image:tag
(with-v /tmp/workdir:/work
), and options--opt bla arg1 arg2
will be used internally by the container;dockeri
should not parse those options.The text was updated successfully, but these errors were encountered: