Forrest logo
back to context overview

lxc

List of commands for lxc:

  • lxc:tldr:1be3f lxc: Execute a specific command inside a container.
    $ lxc exec [${remote}:]${container} ${command}
    try on your machine
    explain this command
  • lxc:tldr:3ee52 lxc: Show detailed info about a container.
    $ lxc info [${remote}:]${container}
    try on your machine
    explain this command
  • lxc:tldr:46cb3 lxc: Create a new container from an image.
    $ lxc init [${remote}:]${image} ${container}
    try on your machine
    explain this command
  • lxc:tldr:791a7 lxc: Stop a container.
    $ lxc stop [${remote}:]${container}
    try on your machine
    explain this command
  • lxc:tldr:af404 lxc: List images matching a string. Omit the string to list all images.
    $ lxc image list [${remote}:]${match_string}
    try on your machine
    explain this command
  • lxc:tldr:c0a95 lxc: Start a container.
    $ lxc start [${remote}:]${container}
    try on your machine
    explain this command
  • lxc:tldr:cc946 lxc: Take a snapshot of a container.
    $ lxc snapshot [${remote}:]${container} ${snapshot}
    try on your machine
    explain this command
  • lxc:tldr:f810d lxc: List local containers matching a string. Omit the string to list all local containers.
    $ lxc list ${match_string}
    try on your machine
    explain this command
back to context overview