From 52b92023edeba3a5e2c466d92d742e54b14a85cb Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 24 Oct 2019 14:54:57 -0500 Subject: Restructure documentation dir Restructuring the docs dir to make integration with sphinx easier. man pages now exist in docs/source/man and the sphinx make files exists in docs. Signed-off-by: baude --- docs/podman-network-inspect.1.md | 50 ---------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 docs/podman-network-inspect.1.md (limited to 'docs/podman-network-inspect.1.md') diff --git a/docs/podman-network-inspect.1.md b/docs/podman-network-inspect.1.md deleted file mode 100644 index dfa7e4b0c..000000000 --- a/docs/podman-network-inspect.1.md +++ /dev/null @@ -1,50 +0,0 @@ -% podman-network-inspect(1) - -## NAME -podman\-network\-inspect - Displays the raw CNI network configuration for one or more networks - -## SYNOPSIS -**podman network inspect** [*network* ...] - -## DESCRIPTION -Display the raw (JSON format) network configuration. This command is not available for rootless users. - -## EXAMPLE - -Inspect the default podman network - -``` -# podman network inspect podman -[{ - "cniVersion": "0.3.0", - "name": "podman", - "plugins": [ - { - "type": "bridge", - "bridge": "cni0", - "isGateway": true, - "ipMasq": true, - "ipam": { - "type": "host-local", - "subnet": "10.88.1.0/24", - "routes": [ - { "dst": "0.0.0.0/0" } - ] - } - }, - { - "type": "portmap", - "capabilities": { - "portMappings": true - } - } - ] -} -] -``` - -## SEE ALSO -podman(1), podman-network(1), podman-network-ls(1) - -## HISTORY -August 2019, Originally compiled by Brent Baude -- cgit v1.2.3-54-g00ecf