From 80c5ca4aebb666932f681d2be0e7712e22d97f47 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 5 May 2026 01:42:07 +0300 Subject: docs: address review feedback from PR #1857 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix conversion artifacts, typos, grammar errors, and technical inaccuracies flagged by automated code review (Copilot + CodeRabbit). Infrastructure: add root-level md-*.md exclusion to conf.py, fix sphinx-autobuild ignore globs in Makefile. Content: fix curly quotes, invalid Go panic() calls, shell quoting in cURL examples, incorrect firewall command paths, typos across 22 documentation files, remove duplicate sections. 🤖 Generated by [robots](https://vyos.io) --- docs/configuration/container/md-index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/configuration/container') diff --git a/docs/configuration/container/md-index.md b/docs/configuration/container/md-index.md index 6cb64225..db46db38 100644 --- a/docs/configuration/container/md-index.md +++ b/docs/configuration/container/md-index.md @@ -5,7 +5,7 @@ lastproofread: '2024-07-03' # Container The VyOS container implementation is based on [Podman](https://podman.io/) as -a deamonless container engine. +a daemonless container engine. ## Configuration @@ -270,17 +270,17 @@ Default health check is run for the container if defined by the image. Override the default health check command from the image for a container. ``` -```{cfgcmd} set container name \ health check interval \ +```{cfgcmd} set container name \ health-check interval \ Override the default health-check interval. For example: `60` ``` -```{cfgcmd} set container name \ health check timeout \ +```{cfgcmd} set container name \ health-check timeout \ Override the default health-check timeout. For example: `10` ``` -```{cfgcmd} set container name \ health check retries \ +```{cfgcmd} set container name \ health-check retries \ Number of health check retries before container is considered unhealthy. For example: `1` ``` @@ -314,7 +314,7 @@ is the size (in bytes) of the largest ethernet frame sent on this link. Disable Domain Name System (DNS) plugin for this network. ``` -```{cfgcmd} set container network \ vrf \ +```{cfgcmd} set container network \ vrf \ Bind container network to a given VRF instance. ``` -- cgit v1.2.3