Skip to content

Instantly share code, notes, and snippets.

@jarryDk
Last active September 28, 2022 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarryDk/2fffc19828a90bd558db3388aa9c2ad4 to your computer and use it in GitHub Desktop.
Save jarryDk/2fffc19828a90bd558db3388aa9c2ad4 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Get and array of containers and the network name of the container
#
dnf list jq -y
podman ps --format json | jq '[ .[] | { name: .Names[0], network: .Networks[0] } ]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment