mirror of
https://github.com/docker/cli.git
synced 2025-08-01 04:26:55 +03:00
deprecate docker run --kernel-memory
`docker run --kernel-memory` is being deprecated in https://github.com/moby/moby/pull/41254 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@ -79,6 +79,10 @@ running container only if the container was started with `--kernel-memory`.
|
||||
If the container was started *without* `--kernel-memory` you need to stop
|
||||
the container before updating kernel memory.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> The `--kernel-memory` option has been deprecated since Docker 20.03.
|
||||
|
||||
For example, if you started a container with this command:
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user