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

dockeri does not accept container/image arguments #5

Closed
chbrandt opened this issue Jun 14, 2018 · 1 comment
Closed

dockeri does not accept container/image arguments #5

chbrandt opened this issue Jun 14, 2018 · 1 comment

Comments

@chbrandt
Copy link
Member

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.

@chbrandt
Copy link
Member Author

Related to issue #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant