-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Docker 1.2 - New functionality #434
Comments
+1 I may in fact try to address this and submit a PR for this. |
Support probably needs to be added to docker-py first (at least for some of these). #363, it would be nice if we could do this in a way that doesn't require special handling of every param and instead just passes it along to docker-py. |
I agree. I'll be looking at docker-py as well...
|
#477 will help with this! |
Capabilities added in #623 |
Restart was added in #393 |
@dnephin Nope, #393 implements a restart command for fig. This issue is about setting restart-policies on containers, which were introduced in Docker 1.2. |
I'd like to see something like this in the fig.yml: service: For example. Where the value passed to "restart" matches what Docker cheers James Mills / prologic E: prologic@shortcircuit.net.au On Mon, Nov 10, 2014 at 7:08 PM, Sebastiaan van Stijn <
|
The only question would be how the retry count of on-failure should be expressed in yml. |
@thaJeztah you're right, I got the wrong ticket. It should have been #594 which is not merged yet |
@TFenby expressed the same way it's done in the cli of docker : https://github.com/docker/fig/pull/594/files#diff-ebf882803c8eac5a345368609d88cd80R374 without forgetting the quotes of course :) i.e. |
Only thing left is device which I have mentioned in #754. Thanks! |
Docker v1.2 just got released and brings in some new functionality which needs to be incorporated into fig.
As far as I can see, fig now lacks support for:
See http://blog.docker.com/2014/08/announcing-docker-1-2-0/ for the announcement.
The text was updated successfully, but these errors were encountered: