automation-tests/pkg/rootless
Daniel J Walsh 3508bd22fe
Add support for podman context as alias to podman system connection
Alias
podman --context -> podman --connection
podman context use -> podman system connection default
podman context rm -> podman system connection rm
podman context create -> podman system connection add
podman context ls ->podman system connection ls
podman context inspect ->podman system connection ls --json (For
specified connections)

Podman context is a hidden command, but can be used for existing scripts
that assume Docker under the covers.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-09-15 08:17:15 -04:00
..
rootless.go golangci-lint: enable nolintlint 2022-06-14 16:29:42 +02:00
rootless_linux.c Add support for podman context as alias to podman system connection 2022-09-15 08:17:15 -04:00
rootless_linux.go Fix stutters 2022-09-10 07:52:00 -04:00
rootless_test.go rootless: improve automatic range split 2021-05-05 18:03:10 +02:00
rootless_unsupported.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00