OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
133 stars 55 forks source link

Use dockerd.exe --register-service #13

Closed PatrickLang closed 4 years ago

PatrickLang commented 7 years ago

dockerd.exe has code that will register the service with reasonable defaults. If more parameters, etc are changed later - using --register-service instead of New-Service will make sure they're applied as the Docker service is set up.

Here's an example of a change that would be good to pick up: https://github.com/docker/docker/issues/27696

PatrickLang commented 7 years ago

ping @jayshah-msft

daBONDi commented 6 years ago

Still an issue on 18.03-ee-1 package

PatrickLang commented 4 years ago

Scripts in aks-engine and other places are working around this with net start docker. Since this is old with no action, I'm closing it.