podman-system-connection-list - List the destination for the Podman service(s)

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  --format, -f=format  --quiet, -q  EXAMPLE  SEE ALSO  HISTORY 

NAME

podman-system-connection-list - List the destination for the Podman service(s)

SYNOPSIS

podman system connection list [options]

podman system connection ls [options]

DESCRIPTION

List ssh destination(s) for podman service(s).

OPTIONS

--format, -f=format

Change the default output format. This can be of a supported type like ’json’ or a Go template. Valid placeholders for the Go template listed below:

--quiet, -q

Only show connection names

EXAMPLE

$ podman system connection list

Name URI Identity

Default

devl ssh://[email protected]:/run/podman/podman.sock ˜/.ssh/id_rsa True
devl ssh://[email protected]:/run/user/1000/podman/podman.sock ˜/.ssh/id_rsa False

SEE ALSO

podman(1), podman-system(1), podman-system-connection(1)

HISTORY

July 2020, Originally compiled by Jhon Honce (jhonce at redhat dot com)


Updated 2024-01-29 - jenkler.se | uex.se