Skip to content

satl network

Manage networks

$ satl network [OPTIONS] <COMMAND>

satl network is a group: it always takes one of the subcommands below.

satl network ls

List networks

$ satl network ls [OPTIONS]

Options

Option Description
--no-trunc Do not truncate the output
-q, --quiet Only display network IDs

satl network create

Create a network

$ satl network create [OPTIONS] <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

$ satl network inspect [OPTIONS] <NETWORK>...

Arguments

Argument Description
<NETWORK>... Networks to inspect

satl network rm

Remove one or more networks

$ satl network rm [OPTIONS] <NETWORK>...

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.sock
Environment: 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.