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

@ -60,6 +60,8 @@ 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