1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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