docker update does not work on Windows containers

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2017-08-17 15:37:48 -07:00
parent e57842edb8
commit 047d3c23a7
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.