diff --git a/pages/linux/lxc.md b/pages/linux/lxc.md index 853814609..897e6a54e 100644 --- a/pages/linux/lxc.md +++ b/pages/linux/lxc.md @@ -31,3 +31,7 @@ - Take a snapshot of a container: `lxc snapshot [{{remote}}:]{{container}} {{snapshot}}` + +- Execute a specific command inside a container: + +`lxc exec [{{remote}}:]{{container}} {{command}}`