From 208b9a6b6b250295759d3ef7d379b7b498144f4a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 25 Jun 2018 13:37:17 -0400 Subject: Add podman-image and podman-container man page links podman image and podman container have alternate CLI to standard CLI for a lot of commands. The man pages can be shared between both. This patch adds links so that of some executes `podman image load`, they will actually see the `podman load` man page. Signed-off-by: Daniel J Walsh Closes: #993 Approved by: mheon --- docs/links/podman-container-rm.1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/links/podman-container-rm.1 (limited to 'docs/links/podman-container-rm.1') diff --git a/docs/links/podman-container-rm.1 b/docs/links/podman-container-rm.1 new file mode 100644 index 000000000..6dfc6e98c --- /dev/null +++ b/docs/links/podman-container-rm.1 @@ -0,0 +1 @@ +.so man1/podman-rm.1 -- cgit v1.2.3-54-g00ecf