Merge pull request #454 from mstanleyjones/resource-updating-windows

docker update does not work on Windows containers
This commit is contained in:
Vincent Demeester 2017-08-25 19:57:12 +02:00 committed by GitHub
commit 21b5bbe411
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ options on a running or a stopped container. On kernel version older than
4.6, you can only update `--kernel-memory` on a stopped container or on
a running container with kernel memory initialized.
> **Warning**: The `docker update` and `docker container update` commands are
> not supported for Windows containers.
{: .warning }
## Examples
The following sections illustrate ways to use this command.