mirror of https://github.com/docker/cli.git
docker update does not work on Windows containers
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
parent
e57842edb8
commit
047d3c23a7
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue