Skip to content

Commit

Permalink
[Command Reference] Correct a typo and fix link jump in the section c…
Browse files Browse the repository at this point in the history
…ontainer auto-restart feature. (sonic-net#808)

* [Command-reference.md] Correct a typo.

Signed-off-by: Yong Zhao <yozhao@microsoft.com>

* [Command-Reference.md] Fix the link jump.

Signed-off-by: Yong Zhao <yozhao@microsoft.com>

* [Command-Reference.md] Fix the link jump.

Signed-off-by: Yong Zhao <yozhao@microsoft.com>

* [Command-Reference.md] Fix the link jump.

Signed-off-by: Yong Zhao <yozhao@microsoft.com>
  • Loading branch information
yozhao101 authored Feb 10, 2020
1 parent 15e5fab commit 3d794cc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
* [BGP](#bgp)
* [BGP show commands](#bgp-show-commands)
* [BGP config commands](#bgp-config-commands)
* [Container Auto-restart](#container-autorestart-commands)
* [Container Auto-restart show commands](#container-autorestart-show-commands)
* [Container Auto-restart config command](#container-autorestart-config-command)
* [Container Auto-restart](#container-auto-restart)
* [Container Auto-restart show commands](#container-auto-restart-show-commands)
* [Container Auto-restart config command](#container-auto-restart-config-command)
* [DHCP Relay](#dhcp-relay)
* [DHCP Relay config commands](#dhcp-relay-config-commands)
* [Drop Counters](#drop-counters)
Expand Down Expand Up @@ -1735,9 +1735,10 @@ This command is used to remove particular IPv4 or IPv6 BGP neighbor configuratio
Go Back To [Beginning of the document](#) or [Beginning of this section](#bgp)

## Container Auto-restart

SONiC includes a feature in which Docker containers can be automatically shut
down and restarted if one of critical processes running in the container exits
unexpectedly. Restarting the entire container ensures that configureation is
unexpectedly. Restarting the entire container ensures that configuration is
reloaded and all processes in the container get restarted, thus increasing the
likelihood of entering a healthy state.

Expand Down Expand Up @@ -1789,7 +1790,8 @@ This command will configure the status of auto-restart feature for a specific co
```
admin@sonic:~$ sudo config container feature autorestart database disabled
```
Go Back To [Beginning of the document](#) or [Beginning of this section](#container-autorestart-commands)

Go Back To [Beginning of the document](#) or [Beginning of this section](#container-auto-restart)

## DHCP Relay

Expand Down

0 comments on commit 3d794cc

Please sign in to comment.