lxc: add execute example (#8472)

This commit is contained in:
Ecko
2022-09-12 03:29:21 +02:00
committed by GitHub
parent 4b440c3a5d
commit 26e3d18442

View File

@@ -31,3 +31,7 @@
- Take a snapshot of a container: - Take a snapshot of a container:
`lxc snapshot [{{remote}}:]{{container}} {{snapshot}}` `lxc snapshot [{{remote}}:]{{container}} {{snapshot}}`
- Execute a specific command inside a container:
`lxc exec [{{remote}}:]{{container}} {{command}}`