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 docker options #3

Open
chbrandt opened this issue Oct 7, 2016 · 0 comments
Open

dockeri does not accept docker options #3

chbrandt opened this issue Oct 7, 2016 · 0 comments
Labels

Comments

@chbrandt
Copy link
Member

chbrandt commented Oct 7, 2016

Docker has lots of options, and DockerI has a very small subset of those options -- the goal is to subset only the most used ones to simplify daily work.

But dockeri has to "accept" unknown options, and construct the docker run command line with them.
The meaning of "accept" here is to pass them blindly to the final command line.

Take for example the line:

$ dockeri --link=dachs topcat

DockerI is building the folloqing line out of that:

docker run -v /tmp/io:/work/io chbrandt/topcat

Where is --link=dachs !?!

@chbrandt chbrandt added the bug label Oct 7, 2016
@chbrandt chbrandt changed the title dockeri does not accept extra options (from docker) dockeri does not accept docker options (from docker) Jun 14, 2018
@chbrandt chbrandt changed the title dockeri does not accept docker options (from docker) dockeri does not accept docker options Jun 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant