microsoft / hcsshim

Windows - Host Compute Service Shim
MIT License
571 stars 257 forks source link

How to use the docker update func??? #1011

Open cby-in-ict opened 3 years ago

cby-in-ict commented 3 years ago

Can I use HCS to relize the function of "docker update"?"docker update" does not support "docker update",but I want dynamically set resource constraint of Hyper-V container

katiewasnothere commented 3 years ago

See https://github.com/microsoft/hcsshim/pull/931 for how I've implemented container and pod updates

cby-in-ict commented 3 years ago

Thanks, you are so helpful!

cby-in-ict commented 3 years ago

See #931 for how I've implemented container and pod updates

Hi,I am a student for WOCW,I have a simple question. Can I use it to manage or update windows container which created by Windows Docker?