satl volume¶
Manage volumes
satl volume is a group: it always takes one of the subcommands below.
satl volume ls¶
List volumes
Options
| Option | Description |
|---|---|
-q, --quiet |
Only display volume names |
satl volume create¶
Create a volume
Arguments
| Argument | Description |
|---|---|
[VOLUME] |
Volume name; the daemon generates one when omitted |
Options
| Option | Description |
|---|---|
-d, --driver <DRIVER> |
Specify volume driver name |
--label <KEY=VALUE> |
Set metadata for a volume |
satl volume rm¶
Remove one or more volumes
Arguments
| Argument | Description |
|---|---|
<VOLUME>... |
Volumes to remove |
Options
| Option | Description |
|---|---|
-f, --force |
Force the removal of one or more volumes |
Global options¶
Accepted by every satl command.
| Option | Description |
|---|---|
--host <URL> |
Daemon socket to connect to (docker-style URL) Default: unix:///var/run/satl.sockEnvironment: DOCKER_HOST |
-h, --help |
Print help |
-V, --version |
Print version |
Generated from satl 0.1.0 by make gen. Change it in the SatL source or in overlay/cli.yml, never here.