Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

View File

@@ -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: