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

service.py: configurable entrypoint #860

Closed
wants to merge 1 commit into from
Closed

service.py: configurable entrypoint #860

wants to merge 1 commit into from

Conversation

piranha
Copy link

@piranha piranha commented Jan 20, 2015

In case your image is small enough to not contain /bin/echo, fig will
not work properly failing with "stat /bin/echo: no such file or directory".

Fixes #514, #613, #843

In case your image is small enough to not contain /bin/echo, fig will 
not work properly failing with "stat /bin/echo: no such file or directory".

Fixes #514, #613, #843
@dnephin
Copy link

dnephin commented Jan 21, 2015

There was a bunch of discussion about this issue in #517 as well. I had proposed this solution, but someone correctly pointed out that although this works well for data-only containers, it does not work for regular runnable containers, because it would start that container during the recreate process.

@aanand
Copy link

aanand commented Jan 23, 2015

With Docker 1.5 we can use renaming and drop intermediate containers entirely: #874

@dnephin
Copy link

dnephin commented May 31, 2015

We've added renaming, so we don't need this intermediate container anymore

@dnephin dnephin closed this May 31, 2015
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

Successfully merging this pull request may close these issues.

Second up rewrites entry point
3 participants