diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-28 08:19:54 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-28 10:41:16 +0200 |
commit | a983832d14c28888d035e774ee63c2f459b84aa4 (patch) | |
tree | 53e431ccd861e193e9f038e5b2e026407fae10f4 | |
parent | 6742fa6314fdf448f814d18dac70a638587b75e6 (diff) | |
download | vyos-documentation-a983832d14c28888d035e774ee63c2f459b84aa4.tar.gz vyos-documentation-a983832d14c28888d035e774ee63c2f459b84aa4.zip |
T6406: rename cpus to cpu
-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. |