jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.22k stars 727 forks source link

Update deprecated docker flags to new format #42

Closed ruphin closed 10 years ago

ruphin commented 10 years ago

Docker 0.9 introduced a new format for flags, deprecating long flags with single dash prefix.

This commit gets rid of the following warning from Docker:

Warning: '-format'  is deprecated, it will be removed soon. See usage.
jpetazzo commented 10 years ago

Thanks! However, I'd like to keep the arping warning for now... Do you think you could update the PR to only adad the --format change? Pwetty Please? :-)

ruphin commented 10 years ago

Did the other changes also get merged with this pull request? That wasn't intentional, I'll fix it right away.

Phusion | Web Application deployment, scaling and monitoring solutions

Web: http://www.phusion.nl/ E-mail: goffert@phusion.nl

On Tue, Mar 11, 2014 at 9:51 PM, Jérôme Petazzoni notifications@github.comwrote:

Thanks! However, I'd like to keep the arping warning for now... Do you think you could update the PR to only adad the --format change? Pwetty Please? :-)

Reply to this email directly or view it on GitHubhttps://github.com/jpetazzo/pipework/pull/42#issuecomment-37348263 .

ruphin commented 10 years ago

I've made a new pull request: https://github.com/jpetazzo/pipework/pull/43