-
Notifications
You must be signed in to change notification settings - Fork 712
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
Fix ensure plugins dir exists (close #1649) #1650
Conversation
@@ -181,6 +187,7 @@ EOF | |||
if ! check_docker_for_mac || check_probe_only ; then | |||
check_not_running $SCOPE_CONTAINER_NAME $SCOPE_IMAGE_NAME | |||
docker rm -f $SCOPE_CONTAINER_NAME >/dev/null 2>&1 || true | |||
create_plugins_dir |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
I think it'd great to make a patch release. @lukemarsden and I would like to publish a guide using socks shop and Scope on Docker for Mac. |
Why is this needed for a patch release? Is it fixing some important On Wednesday, 6 July 2016, Ilya Dmitrichenko notifications@github.com
|
Oh I see #1649. Sorry. On Wednesday, 6 July 2016, Tom Wilkie tom@weave.works wrote:
|
I think we are pretty close to finish the 0.17 milestone |
@errordeveloper I would only explicitly create the directory in the Docker4Mac case and add a comment about why (e.g. incompatible with standard docker in which the directory is created if it doesn't exist) |
Perhaps, now that we learned about the behaviour being undepricated...
That's actually not the case, if you take a look at #1649, the reason is a bit different. |
Sure, I was just providing a possible comment. My point was explaining the cause and only applying the fix for Docker4mac. |
@2opremio I've addressed your concerns and rebased. |
Thanks @errordeveloper ! LGTM |
No description provided.