satl network¶
Manage networks
satl network is a group: it always takes one of the subcommands below.
satl network ls¶
List networks
Options
| Option | Description |
|---|---|
--no-trunc |
Do not truncate the output |
-q, --quiet |
Only display network IDs |
satl network create¶
Create a network
Arguments
| Argument | Description |
|---|---|
<NETWORK> |
Network name |
Options
| Option | Description |
|---|---|
-d, --driver <DRIVER> |
Driver to manage the network (bridge, overlay) |
--subnet <CIDR> |
Subnet in CIDR format representing a network segment |
--gateway <IP> |
IPv4 gateway for the master subnet |
--label <KEY=VALUE> |
Set metadata on a network |
--opt <KEY=VALUE> |
Driver options (encrypted is the only one SatL reads, overlay only) |
satl network inspect¶
Display detailed information on one or more networks
Arguments
| Argument | Description |
|---|---|
<NETWORK>... |
Networks to inspect |
satl network rm¶
Remove one or more networks
Arguments
| Argument | Description |
|---|---|
<NETWORK>... |
Networks to remove |
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.