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

alpine not working #4

Open
lindt opened this issue Mar 28, 2016 · 3 comments
Open

alpine not working #4

lindt opened this issue Mar 28, 2016 · 3 comments

Comments

@lindt
Copy link
Contributor

lindt commented Mar 28, 2016

could not describe any further now. but want to keep the other issue clean from this discussion here.
even "ubuntu" is not working anymore on master.

will investigate on this, once I'm able to run "ubuntu" again.

expectation:

> alpine /bin/sh

should open a docker container based on alpine.

@soulshake
Copy link
Owner

I can't reproduce. Can you provide more details? You can export CLINK_VERBOSITY=1 for more verbose output.

@lindt
Copy link
Contributor Author

lindt commented Mar 28, 2016

/bin/sh is on my system a link to /bin/bash
opensuse default, i guess.

once i clink 'ubuntu /bin/sh', then '/bin' is detected as volume and mounted into the container. (--volume /bin:/bin)
on ubuntu there is a bash, so the link is working. on alpine there is no bash, so it's not working.

Why do I need to mount my args as volumes. with something under ~ it may be useful, but system directories?

Sorry for file these issues. My usecases seem different than yours. I normally just stdin/out to docker on command line. also wouldn't need all the devices.

@soulshake
Copy link
Owner

Good point. We should detect if it's an executable rather than just checking if it's a file that exists. I'm working on other things right now but will try to take a look at some point.

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

2 participants