diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-28 08:19:54 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-28 21:01:44 +0000 |
commit | c024153b1453a8d42c70a7414629d86ebf1a6d34 (patch) | |
tree | b39433ee6d457e6e71a2133cbb293802f4a5b1c8 | |
parent | 809dd15c521a4bc2d7f51f4d67cb043d63c40d96 (diff) | |
download | vyos-documentation-c024153b1453a8d42c70a7414629d86ebf1a6d34.tar.gz vyos-documentation-c024153b1453a8d42c70a7414629d86ebf1a6d34.zip |
T6406: rename cpus to cpu
(cherry picked from commit a983832d14c28888d035e774ee63c2f459b84aa4)
-rw-r--r-- | docs/configuration/container/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 39d7872c..399f2ef5 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -133,7 +133,7 @@ Configuration - **always**: Restart containers when they exit, regardless of status, retrying indefinitely -.. cfgcmd:: set container name <name> cpus <num> +.. cfgcmd:: set container name <name> cpu-quota <num> This specifies the number of CPU resources the container can use. |