Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | system: Adds support for removing all named destination via --all | Aditya Rajan | 2021-11-08 |
| | | | | | | | | Adds support of dropping all named destination from system connections via `--all`. Closes: https://github.com/containers/podman/issues/12018 Signed-off-by: Aditya Rajan <arajan@redhat.com> | ||
* | Add test for system connection | Ed Santiago | 2021-10-19 |
First a basic (connectionless) one to make sure we 'add', 'ls', and 'rm' work; then an actual one with a service; then (if ssh to localhost is set up and works) test ssh Requires a little trickery to work around the CI definition of $PODMAN, which includes "--url /path/to/sock", which overrides podman's detection of whether to use a connection or not. Signed-off-by: Ed Santiago <santiago@redhat.com> |