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

Optionally inherit docker entrypoint, and cmd #433

Closed
what-the-functor opened this issue Dec 12, 2014 · 2 comments
Closed

Optionally inherit docker entrypoint, and cmd #433

what-the-functor opened this issue Dec 12, 2014 · 2 comments

Comments

@what-the-functor
Copy link

The entrypoint can be set explicitly with dockerEntrypoint, but there is no way to unset the ENTRYPOINT so that it inherits from the base image. Similarly, CMD is always set to 'CMD []', and should (optionally) inherit from the base image

@huntc
Copy link
Contributor

huntc commented Jan 6, 2015

Further to this, there is no way to presently declare a CMD, right? I can tackle this if you want...

@muuki88
Copy link
Contributor

muuki88 commented Jan 6, 2015

I summarized the current tickets in #453 At this point we should start refactoring and
make a decision for the future implementation strategy (at least for the 1.0.0 release)

@muuki88 muuki88 closed this as completed Feb 15, 2015
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

3 participants