Uh oh!
There was an error while loading. Please reload this page.
Windows: Add servicing - #815
Conversation
lowenna
commented
May 13, 2017
Adding matching change to config-windows.json |
tianon
commented
May 18, 2017
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?) |
lowenna
commented
May 22, 2017
Rebased. |
lowenna
commented
May 22, 2017
@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) |
tianon
commented
May 22, 2017
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 ❤️). |
lowenna
commented
May 22, 2017
@tianon OK, updated |
Signed-off-by: John Howard <jhoward@microsoft.com>
lowenna
commented
May 22, 2017
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