lxc launch images:archlinux/current/amd64 [test] | spawns a new archlinux container named test |
lxc profile add [container] [profile] | assigns profile to container |
lxc list | list containers |
lxc start [container] | start container |
lxc stop [container] | stop container |
lxc exec [container] -- bash | spawn a bash shell inside a container |
lxc delete [container] | delete the container |
lxc snapshot [container] [snapshotname] | create a snapshot |
lxc snapshot [container] [snapshotname] --stateful | create a snapshot in a running state (not tested) |
lxc restore [container] [snapshotname] | restore a snapshot |
lxc delete [container]/[snapshotname | delete a snapshot |
lxc info [container] | get details about container + see snapshots |