Skip to content

satl push

Push an image from this node's store to a registry (client-side, like satl build)

$ satl push [OPTIONS] <NAME[:TAG]>

Arguments

Argument Description
<NAME[:TAG]> Image reference (name[:tag], optionally registry-prefixed)

Options

Option Description
-u, --username <USER> Registry username (with --password-stdin)
--password-stdin Read the registry password from stdin
--store <PATH> Image store to read (default: the local daemon's)
Default: /var/db/satl/images

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.