spiegel_podman/pkg/adapter
baude dc7ae31171 podman-remote.conf enablement
add the ability for the podman remote client to use a configuration file
which describes its connections. users can now define a connection the
configuration and then call it by name like:

podman-remote -c connection1

and the destination and user will be derived from the configuration
file.  if no -c is provided, we look for a connection in the
configuration file designated as 'default'.  If the configuration file
has only one connection, it will be deemed the 'default'.

Signed-off-by: baude <bbaude@redhat.com>
2019-05-30 09:41:17 -05:00
..
shortcuts Implement podman-remote rm 2019-04-09 11:55:26 -07:00
client.go podman-remote.conf enablement 2019-05-30 09:41:17 -05:00
client_config.go Add connection information to podman-remote info 2019-05-16 11:03:22 -07:00
client_unix.go podman-remote.conf enablement 2019-05-30 09:41:17 -05:00
client_windows.go podman-remote.conf enablement 2019-05-30 09:41:17 -05:00
containers.go Merge pull request #3072 from mheon/no_rm_volume 2019-05-08 23:03:55 +02:00
containers_remote.go make remote resize channel buffered 2019-05-21 09:13:19 -05:00
errors.go enable integration tests for remote-client 2019-05-07 14:06:02 -05:00
images.go podman-remote image tree 2019-04-04 14:41:50 -05:00
images_remote.go podman-remote image tree 2019-04-04 14:41:50 -05:00
info_remote.go enable integration tests for remote-client 2019-05-07 14:06:02 -05:00
pods.go Refactor of 'podman prune' to better support remote 2019-04-18 15:13:56 -07:00
pods_remote.go enable integration tests for remote-client 2019-05-07 14:06:02 -05:00
runtime.go Add connection information to podman-remote info 2019-05-16 11:03:22 -07:00
runtime_remote.go podman-remote.conf enablement 2019-05-30 09:41:17 -05:00
runtime_remote_supported.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
sigproxy_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
terminal.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
terminal_linux.go enable podman-remote on windows 2019-04-30 15:28:39 -05:00
volumes_remote.go Enable more podman-remote pod commands 2019-02-22 17:00:24 -06:00