-
Notifications
You must be signed in to change notification settings - Fork 554
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
Windows: Add servicing #815
Conversation
Adding matching change to config-windows.json |
Is there any documentation that could be pointed to which explains what this means? (to help users and/or implementers know when it's appropriate to set?) |
Rebased. |
@tianon Brian from my team may be able to comment further on the above if the following doesn't cover it. I'm not aware of any formal documentation. It means that the container has to be started in a special mode to apply a servicing operation (eg Windows update), as during shutdown, it indicated that updates needed to be applied. I should also mentioned that the change has been validated to be good in the context of moby/moby (https://github.com/Microsoft/docker/tree/jjh/ocispec-moveservicing) |
Ah, perhaps the description in the markdown could be expanded to just include a few more of those words? That clears it up well for me (and I'm fully trusting that you've verified the change, was just hoping for a bit more to explain to the layperson what/why ❤️). |
@tianon OK, updated
|
Signed-off-by: John Howard <jhoward@microsoft.com>
Fixed dangling white-space error on the amendment to |
Signed-off-by: John Howard jhoward@microsoft.com
Similar to #814, the Windows implementation of the docker daemon still passes a number of fields out of band from the OCI runtime spec. This PR addresses the Servicing field by adding it to the runtime spec. https://github.com/moby/moby/blob/master/libcontainerd/client_windows.go#L152-L154