Skip to content

Instantly share code, notes, and snippets.

@JayDoubleu
Created February 19, 2022 19:33
Show Gist options
  • Save JayDoubleu/99d56c2bcc3792979ccf7fed001fe1ab to your computer and use it in GitHub Desktop.
Save JayDoubleu/99d56c2bcc3792979ccf7fed001fe1ab to your computer and use it in GitHub Desktop.
Get podman command used to create toolbox container which can be used for tweaks etc
podman inspect fedora-toolbox-35 | jq -r '.[0].Config.CreateCommand | join(" ")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment