Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 916 Bytes

File metadata and controls

37 lines (26 loc) · 916 Bytes

crane auth login

Log in to a registry

crane auth login [OPTIONS] [SERVER] [flags]

Examples

  # Log in to reg.example.com
  crane auth login reg.example.com -u AzureDiamond -p hunter2

Options

  -h, --help              help for login
  -p, --password string   Password
      --password-stdin    Take the password from stdin
  -u, --username string   Username

Options inherited from parent commands

      --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
      --insecure                           Allow image references to be fetched without TLS
      --platform platform                  Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default all)
  -v, --verbose                            Enable debug logs

SEE ALSO