Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

opts: unify host-options, and use consts #41617

Merged
merged 1 commit into from Nov 8, 2020

Conversation

thaJeztah
Copy link
Member

I should've seen this when working on #41611, but I didn't, so opening as a follow-up PR 馃槄

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
// DefaultHost constant defines the default host string used by docker on Windows
var DefaultHost = "npipe://" + DefaultNamedPipe
const (
// TODO Windows. Identify bug in GOLang 1.5.1+ and/or Windows Server 2016 TP5.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #41616 for this

Copy link
Member

@tianon tianon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@AkihiroSuda AkihiroSuda merged commit c710949 into moby:master Nov 8, 2020
@thaJeztah thaJeztah deleted the unify_consts branch November 9, 2020 07:54
@thaJeztah thaJeztah added this to the 20.10.0 milestone Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor PR's that refactor, or clean-up code status/2-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants