Forrest logo
back to context overview

lxc-profile

List of commands for lxc-profile:

  • lxc-profile:tldr:1cb3d lxc-profile: List all available profiles.
    $ lxc profile list
    try on your machine
    explain this command
  • lxc-profile:tldr:50e76 lxc-profile: Show the configuration of a specific profile.
    $ lxc profile show ${profile_name}
    try on your machine
    explain this command
  • lxc-profile:tldr:68713 lxc-profile: Edit a specific profile importing the configuration values from a file.
    $ lxc profile edit ${profile_name} < ${config-yaml}
    try on your machine
    explain this command
  • lxc-profile:tldr:73899 lxc-profile: Change the profiles of a running container.
    $ lxc profile assign ${container_name} ${profile1,profile2}
    try on your machine
    explain this command
  • lxc-profile:tldr:b4aec lxc-profile: Launch a new container with specific profiles.
    $ lxc launch ${container_image} ${container_name} --profile ${profile1} --profile ${profile2}
    try on your machine
    explain this command
  • lxc-profile:tldr:cd7b6 lxc-profile: Edit a specific profile in the default editor.
    $ lxc profile edit ${profile_name}
    try on your machine
    explain this command
back to context overview