Ubuntu Pastebin

Paste from chad smith at Fri, 13 Oct 2017 23:03:16 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Usage: lxc <command> [options]
Available commands:
	config     - Manage configuration.
	copy       - Copy containers within or in between LXD instances.
	delete     - Delete containers or snapshots.
	exec       - Execute the specified command in a container.
	file       - Manage files in a container.
	help       - Help page for the LXD client.
	image      - Manipulate container images.
	info       - List information on LXD servers and containers.
	launch     - Launch a container from a particular image.
	list       - Lists the containers.
	move       - Move containers within or in between lxd instances.
	profile    - Manage configuration profiles.
	publish    - Publish containers as images.
	remote     - Manage remote LXD servers.
	restart    - Change state of one or more containers to restart.
	restore    - Restore a container's state to a previous snapshot.
	snapshot   - Create a read-only snapshot of a container.
	start      - Change state of one or more containers to start.
	stop       - Change state of one or more containers to stop.
	version    - Prints the version number of this client tool.

Options:
  --all              Print less common commands
  --debug            Print debug information
  --verbose          Print verbose information
  --version          Show client version

Environment:
  LXD_CONF           Path to an alternate client configuration directory
  LXD_DIR            Path to an alternate server directory
Download as text