-
Notifications
You must be signed in to change notification settings - Fork 1.7k
840 add exception utility method for create host config #854
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
840 add exception utility method for create host config #854
Conversation
docker/utils/utils.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these should be args, not kwargs, since they are both required.
Same for host_config_type_error
I like it, left some comments |
38c78eb
to
fc3c829
Compare
707af12
to
0610e9e
Compare
LGTM |
LGTM, but I think it needs a rebase. It might be that the gihub "branch protection" is preventing me from merging this because I'm not an owner on this repo. |
3a85868
to
d971993
Compare
Signed-off-by: Dustin Falgout <dustin@falgout.us>
Added tests for the new methods. Closes docker#840 Signed-off-by: Dustin Falgout <dustin@falgout.us>
d971993
to
7638e0a
Compare
Signed-off-by: Dustin Falgout <dustin@falgout.us>
7638e0a
to
e0c6ec0
Compare
…od-for-create-host-config 840 add exception utility method for create host config
Fixes #840