diff options
author | Robert Göhler <github@ghlr.de> | 2024-12-10 23:15:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-10 23:15:24 +0100 |
commit | 8128e0cd57dcbcadf3963d30e9bbefc8ae507e5a (patch) | |
tree | 8ec3e71fcdad05bbac4521498aac9c9abe428188 | |
parent | 60a2b5373a1bcb8f66f533d9164c1441380b244e (diff) | |
parent | 229501ce87884a5bf1310f1f3136b0e789a36cd5 (diff) | |
download | vyos-documentation-8128e0cd57dcbcadf3963d30e9bbefc8ae507e5a.tar.gz vyos-documentation-8128e0cd57dcbcadf3963d30e9bbefc8ae507e5a.zip |
Merge pull request #1573 from nvollmar/T6927
T6927: adds documentation for name server setting
-rw-r--r-- | docs/configuration/container/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 3e9f6341..979996b0 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -74,6 +74,12 @@ Configuration .. note:: The first IP in the container network is reserved by the engine and cannot be used +.. cfgcmd:: set container name <name> name-server <address> + + Optionally set a custom name server. + If a container network is used with DNS enabled, + this setting will not have any effect. + .. cfgcmd:: set container name <name> description <text> Set a container description |