diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-14 21:34:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 21:34:56 +0100 |
commit | 2ecaefa28bb72a791421617d9b53358963c6a605 (patch) | |
tree | 240454ee70a7bcf819a6ddb33dcc1d58c50e91e9 | |
parent | 8dac7b67eedddf42de1ea6c1e93a93b173f4af68 (diff) | |
parent | be81a4a96722bd3473c05fae9fe6c1b928606b21 (diff) | |
download | vyos-documentation-2ecaefa28bb72a791421617d9b53358963c6a605.tar.gz vyos-documentation-2ecaefa28bb72a791421617d9b53358963c6a605.zip |
Merge pull request #1280 from vyos/mergify/bp/sagitta/pr-1279
fix a forgotten "set" (backport #1279)
-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 a19cd9db..04309388 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -117,7 +117,7 @@ Configuration Add a host device to the container. -.. cfgcmd:: container name <name> cap-add <text> +.. cfgcmd:: set container name <name> cap-add <text> Set container capabilities or permissions. |