lxc: add execute example (#8472)

pull/1/head
Ecko 2022-09-12 03:29:21 +02:00 committed by GitHub
parent 4b440c3a5d
commit 26e3d18442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`