Skip to content

Commit

Permalink
remove podman system connection
Browse files Browse the repository at this point in the history
podman system connection was panic'ing and not working as expected.  we are temporarily removing to as to not confuse users until we can fix it and prevent regressions with integrations tests.

Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
baude committed Jul 6, 2020
1 parent e3e2b1e commit 66e1626
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 246 deletions.
208 changes: 0 additions & 208 deletions cmd/podman/system/connection.go

This file was deleted.

37 changes: 0 additions & 37 deletions docs/source/markdown/podman-system-connection.1.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/source/markdown/podman-system.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The system command allows you to manage the podman systems
| Command | Man Page | Description |
| ------- | --------------------------------------------------- | ---------------------------------------------------------------------------- |
| df | [podman-system-df(1)](podman-system-df.1.md) | Show podman disk usage. |
| connection | [podman-system-connection(1)](podman-system-connection.1.md) | Record ssh destination for remote podman service. |
| info | [podman-system-info(1)](podman-info.1.md) | Displays Podman related system information. |
| migrate | [podman-system-migrate(1)](podman-system-migrate.1.md) | Migrate existing containers to a new podman version. |
| prune | [podman-system-prune(1)](podman-system-prune.1.md) | Remove all unused container, image and volume data. |
Expand Down

0 comments on commit 66e1626

Please sign in to comment.