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

Infer entrypoint/cmd of image or introduce option to set one #23

Open
nextrevision opened this issue Jul 16, 2015 · 1 comment
Open
Milestone

Comments

@nextrevision
Copy link
Member

With busybox, /bin/bash may not be a viable shell, so we need to either infer the command prefix from the image's ENTRYPOINT/CMD, or add an argument to override the default /bin/bash.

@cllunsford cllunsford added this to the Backlog milestone Jul 17, 2015
@cllunsford cllunsford modified the milestones: 0.2.0, Backlog Jul 23, 2015
@cllunsford
Copy link
Member

I introduced a change for #41 to set the default command entrypoint to /bin/sh instead of /bin/bash. This should resolve the missing entrypoint problems for most images.

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

No branches or pull requests

2 participants