Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Fixing config and env bad handling of paths with spaces #783

Merged
merged 1 commit into from Mar 18, 2015
Merged

Fixing config and env bad handling of paths with spaces #783

merged 1 commit into from Mar 18, 2015

Conversation

hairyhenderson
Copy link
Contributor

Fixes #781

Signed-off-by: Dave Henderson dhenderson@gmail.com

@nathanleclaire
Copy link
Contributor

Hey @hairyhenderson, thanks for this. Any reason to not use %q in the format string instead of %s with escape? https://golang.org/pkg/fmt/ I think it does what you want.

@hairyhenderson
Copy link
Contributor Author

Nope, no reason other than I'm a Go noob ;)

I'll update the PR with %q.

@ehazlett
Copy link
Contributor

This needs a rebase as well. Thanks!

Fixes #781

Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
@hairyhenderson
Copy link
Contributor Author

@ehazlett - rebased, PTAL :)

@ehazlett
Copy link
Contributor

LGTM

ehazlett added a commit that referenced this pull request Mar 18, 2015
Fixing `config` and `env` bad handling of paths with spaces
@ehazlett ehazlett merged commit a0b0fd3 into docker:master Mar 18, 2015
@hairyhenderson hairyhenderson deleted the env-config-quoted-paths-781 branch March 18, 2015 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OS X] Docker not able to pick the right path to ca cert
3 participants