podman/docs/source/markdown
Paul Holzinger 5952486df8
podman network inspect: include running containers
Like docker podman network inspect should output the information of
running container with their ip/mac address on this network.
However the output format is not docker compatible as this cannot
include all the info we have and the previous output was already not
compatible so this is not new.

New example output:
```
[
     {
          ...
          "containers": {
               "7c0d295779cee4a6db7adc07a99e635909413a390eeab9f951edbc4aac406bf1": {
                    "name": "c2",
                    "interfaces": {
                         "eth0": {
                              "subnets": [
                                   {
                                        "ipnet": "10.89.0.4/24",
                                        "gateway": "10.89.0.1"
                                   },
                                   {
                                        "ipnet": "fda3:b4da:da1e:7e9d::4/64",
                                        "gateway": "fda3:b4da:da1e:7e9d::1"
                                   }
                              ],
                              "mac_address": "1a:bd:ca:ea:4b:3a"
                         }
                    }
               },
               "b17c6651ae6d9cc7d5825968e01d6b1e67f44460bb0c140bcc32bd9d436ac11d": {
                    "name": "c1",
                    "interfaces": {
                         "eth0": {
                              "subnets": [
                                   {
                                        "ipnet": "10.89.0.3/24",
                                        "gateway": "10.89.0.1"
                                   },
                                   {
                                        "ipnet": "fda3:b4da:da1e:7e9d::3/64",
                                        "gateway": "fda3:b4da:da1e:7e9d::1"
                                   }
                              ],
                              "mac_address": "f6:50:e6:22:d9:55"
                         }
                    }
               }
          }
     }
]
```

Fixes #14126
Fixes https://issues.redhat.com/browse/RHEL-3153

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-02-28 16:33:26 +01:00
..
links
options Allow podman pull to specify --retry and --retry-delay 2024-02-17 07:37:26 -05:00
.gitignore Remove unnencessary pregenerated doc 2023-11-23 20:07:48 +02:00
podman-attach.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-auto-update.1.md.in
podman-build.1.md.in Fix up example description of podman-build.1.md.in 2024-02-19 08:58:17 -05:00
podman-commit.1.md Fix up example description of podman-commit.1.md 2024-02-19 08:53:38 -05:00
podman-completion.1.md
podman-compose.1.md.in
podman-container-checkpoint.1.md
podman-container-cleanup.1.md
podman-container-clone.1.md.in Fix up example description of podman-container commands 2024-02-19 15:18:51 -05:00
podman-container-diff.1.md.in
podman-container-exists.1.md
podman-container-inspect.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-container-prune.1.md Fix up example description of podman-container commands 2024-02-19 15:18:51 -05:00
podman-container-restore.1.md
podman-container-runlabel.1.md.in
podman-container.1.md
podman-cp.1.md Update docs/source/markdown/podman-cp.1.md 2024-02-19 15:19:40 -05:00
podman-create.1.md.in Apply suggestions from code review 2024-02-19 15:26:08 -05:00
podman-diff.1.md.in Apply suggestions from code review 2024-02-19 15:53:03 -05:00
podman-events.1.md cmd/podman: remove duplicated event ToHumanReadable() 2024-02-22 12:10:57 +01:00
podman-exec.1.md.in Fix up example description of podman-exec.1.md.in 2024-02-17 13:54:14 -05:00
podman-export.1.md Fix up example description of podman-export/export commands 2024-02-18 12:26:33 -05:00
podman-farm-build.1.md.in Fix up example description of podman-farm commands 2024-02-18 08:02:29 -05:00
podman-farm-create.1.md Fix up example description of podman-farm commands 2024-02-18 08:02:29 -05:00
podman-farm-list.1.md Fix up example description of podman-farm commands 2024-02-18 08:02:29 -05:00
podman-farm-remove.1.md Fix up example description of podman-farm commands 2024-02-18 08:02:29 -05:00
podman-farm-update.1.md Fix up example description of podman-farm commands 2024-02-18 08:02:29 -05:00
podman-farm.1.md document new connection/farm storage location 2024-02-08 18:05:32 +01:00
podman-generate-spec.1.md
podman-generate-systemd.1.md
podman-generate.1.md
podman-healthcheck-run.1.md Fix up example description of podman-healthcheck-run.1.md 2024-02-17 13:54:15 -05:00
podman-healthcheck.1.md
podman-history.1.md Apply suggestions from code review 2024-02-20 05:38:19 -05:00
podman-image-diff.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-exists.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-inspect.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-mount.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-prune.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-scp.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-sign.1.md.in
podman-image-tree.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-trust.1.md.in Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image-unmount.1.md Fix up example description of podman-image commands 2024-02-18 07:41:47 -05:00
podman-image.1.md
podman-images.1.md.in Apply suggestions from code review 2024-02-20 05:39:27 -05:00
podman-import.1.md Fix up example description of podman-export/export commands 2024-02-18 12:26:33 -05:00
podman-info.1.md Fix up example description of podman-info.1.md 2024-02-17 13:54:19 -05:00
podman-init.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-inspect.1.md.in Fix up example description of podman-inspect.1.md.in 2024-02-20 05:45:41 -05:00
podman-kill.1.md.in Fix up example description of podman-kill.1.md.in 2024-02-19 10:06:05 -05:00
podman-kube-apply.1.md Try to fix the broken formatting of man podman‐kube‐apply(1). 2023-11-06 14:53:35 +01:00
podman-kube-down.1.md
podman-kube-generate.1.md Comply to Kubernetes specifications for annotation size. 2024-02-20 14:58:35 -08:00
podman-kube-play.1.md.in Comply to Kubernetes specifications for annotation size. 2024-02-20 14:58:35 -08:00
podman-kube.1.md
podman-load.1.md [CI:DOCS] minor man page cleanup 2024-01-25 15:59:18 -07:00
podman-login.1.md.in Fix up example description of podman-logout.1.md.in 2024-02-18 19:10:40 -05:00
podman-logout.1.md.in Fix up example description of podman-logout.1.md.in 2024-02-18 19:10:40 -05:00
podman-logs.1.md.in
podman-machine-info.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-init.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-inspect.1.md Remove image provenance from `machine inspect` 2024-02-22 08:34:27 -05:00
podman-machine-list.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-os-apply.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-os.1.md
podman-machine-reset.1.md Introduce Podman machine reset 2024-02-18 08:43:12 -06:00
podman-machine-rm.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-set.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-ssh.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-start.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine-stop.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-machine.1.md Introduce Podman machine reset 2024-02-18 08:43:12 -06:00
podman-manifest-add.1.md.in Fix up example description of podman-manifest commands 2024-02-17 13:54:04 -05:00
podman-manifest-annotate.1.md.in Fix up example description of podman-manifest commands 2024-02-17 13:54:04 -05:00
podman-manifest-create.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-manifest-exists.1.md Fix up example description of podman-manifest commands 2024-02-17 13:54:04 -05:00
podman-manifest-inspect.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-manifest-push.1.md.in Fix up example description of podman-manifest commands 2024-02-17 13:54:04 -05:00
podman-manifest-remove.1.md Fix up example description of podman-manifest commands 2024-02-17 13:54:04 -05:00
podman-manifest-rm.1.md docs: fix podman-manifest-rm header 2024-01-27 19:03:35 -05:00
podman-manifest.1.md
podman-mount.1.md.in Fix up example description of podman-mount.1.md.in 2024-02-19 15:22:23 -05:00
podman-network-connect.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-create.1.md drop support for "pasta" as a network name 2024-02-05 13:57:24 +01:00
podman-network-disconnect.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-exists.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-inspect.1.md podman network inspect: include running containers 2024-02-28 16:33:26 +01:00
podman-network-ls.1.md.in Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-prune.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-reload.1.md.in Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-rm.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network-update.1.md Fix up example description of podman-network commands 2024-02-18 07:48:08 -05:00
podman-network.1.md docs: make CNI removal explicit 2023-11-06 10:45:59 +01:00
podman-pause.1.md.in Apply suggestions from code review 2024-02-18 12:42:07 -05:00
podman-pod-clone.1.md.in Merge pull request #21180 from rhatdan/nvidia 2024-01-30 14:59:02 +00:00
podman-pod-create.1.md.in Merge pull request #21180 from rhatdan/nvidia 2024-01-30 14:59:02 +00:00
podman-pod-exists.1.md Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-inspect.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-kill.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-logs.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-pause.1.md Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-prune.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-pod-ps.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-pod-restart.1.md Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-rm.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-start.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-stats.1.md.in Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod-stop.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-pod-top.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-pod-unpause.1.md Fix up example description of podman-pod commands 2024-02-19 10:03:30 -05:00
podman-pod.1.md
podman-port.1.md.in Apply suggestions from code review 2024-02-20 05:46:41 -05:00
podman-ps.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-pull.1.md.in Allow podman pull to specify --retry and --retry-delay 2024-02-17 07:37:26 -05:00
podman-push.1.md.in Apply suggestions from code review 2024-02-20 05:48:04 -05:00
podman-remote.1.md
podman-rename.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-restart.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-rm.1.md.in Fix up example description of podman-rm.1.md.in 2024-02-17 13:54:24 -05:00
podman-rmi.1.md
podman-run.1.md.in Merge pull request #21180 from rhatdan/nvidia 2024-01-30 14:59:02 +00:00
podman-save.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-search.1.md.in Corrected markdown documentation for `--stars` 2024-02-05 11:37:01 -06:00
podman-secret-create.1.md Adds example for secret creation from environment variable 2024-02-24 19:00:54 +11:00
podman-secret-exists.1.md
podman-secret-inspect.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-secret-ls.1.md.in docs: fix unclosed code block 2024-01-27 19:03:35 -05:00
podman-secret-rm.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-secret.1.md
podman-start.1.md.in Fix up example description of podman-start.1.md.in 2024-02-17 13:54:25 -05:00
podman-stats.1.md.in Apply suggestions from code review 2024-02-20 05:49:04 -05:00
podman-stop.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-system-connection-add.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-connection-default.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-connection-list.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-connection-remove.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-connection-rename.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-connection.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-df.1.md Fix up example description of podman-system commands 2024-02-20 08:18:51 -05:00
podman-system-migrate.1.md
podman-system-prune.1.md
podman-system-renumber.1.md
podman-system-reset.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-system-service.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-system.1.md
podman-systemd.unit.5.md Fix Quadlet Options=key=value documentation/example 2024-02-08 17:48:36 +01:00
podman-tag.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-top.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-unmount.1.md.in Fix up example description of podman-mount.1.md.in 2024-02-19 15:22:23 -05:00
podman-unpause.1.md.in Apply suggestions from code review 2024-02-18 12:42:07 -05:00
podman-unshare.1.md Fix up example description of podman-unshare.1.md 2024-02-17 13:54:29 -05:00
podman-untag.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-update.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-version.1.md
podman-volume-create.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-exists.1.md
podman-volume-export.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-import.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-inspect.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-ls.1.md.in Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-mount.1.md Fix up example description of podman-volume commands 2024-02-19 10:09:06 -05:00
podman-volume-prune.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-reload.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-rm.1.md Add information about --latest support on man pages 2024-01-23 07:28:40 -05:00
podman-volume-unmount.1.md Fix up example description of podman-volume commands 2024-02-19 10:09:06 -05:00
podman-volume.1.md
podman-wait.1.md.in [CI:DOCS] minor man page cleanup 2024-01-25 15:59:18 -07:00
podman.1.md document new connection/farm storage location 2024-02-08 18:05:32 +01:00
podmansh.1.md