1
0
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:
Akihiro Suda
2020-07-24 20:49:00 +09:00
parent 12b74cb5a0
commit 074a8dcff6
3 changed files with 14 additions and 0 deletions

View File

@ -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