mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 19:54:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# lxc profile
|
||||
|
||||
> Manage profiles for LXD containers.
|
||||
> More information: <https://linuxcontainers.org/lxd/docs/master/profiles>.
|
||||
> More information: <https://documentation.ubuntu.com/lxd/latest/reference/manpages/lxc/profile/>.
|
||||
|
||||
- List all available profiles:
|
||||
|
||||
@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Launch a new container with specific profiles:
|
||||
|
||||
`lxc launch {{container_image}} {{container_name}} --profile {{profile1}} --profile {{profile2}}`
|
||||
`lxc launch {{container_image}} {{container_name}} {{[-p|--profile]}} {{profile1}} {{[-p|--profile]}} {{profile2}}`
|
||||
|
||||
- Change the profiles of a running container:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user