HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

lxc-stop — Stop a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandlxc-stopclimoreinformationcontainerstop
linux

Problem

How to use the lxc-stop command: Stop a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Solution

lxc-stop — Stop a container. More information: <https://linuxcontainers.org/lxc/getting-started/>.

Stop a container:
sudo lxc-stop {{container_name}}


Display help:
lxc-stop {{[-?|--help]}}

Code Snippets

Stop a container

sudo lxc-stop {{container_name}}

Display help

lxc-stop {{[-?|--help]}}

Context

tldr-pages: linux/lxc-stop

Revisions (0)

No revisions yet.