Files
docker-docs/engine/reference/commandline/info.md
Sebastiaan van Stijn e4c227b0c9 reference: update "generated docs" comment
The "Sorry, but" was bothering me; no need to apologise :D

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 15:26:06 +01:00

1.1 KiB

datafolder, datafile, title, redirect_from, skip_read_time
datafolder datafile title redirect_from skip_read_time
engine-cli docker_info docker info
/edge/engine/reference/commandline/info/
true

{% include cli.md datafolder=page.datafolder datafile=page.datafile %}

Warnings about kernel support

If your operating system does not enable certain capabilities, you may see warnings such as one of the following, when you run docker info:

WARNING: Your kernel does not support swap limit capabilities. Limitation discarded.
WARNING: No swap limit support

You can ignore these warnings unless you actually need the ability to limit these resources, in which case you should consult your operating system's documentation for enabling them. Learn more.