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:
parent
4b440c3a5d
commit
26e3d18442
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue