Skip to content

Instantly share code, notes, and snippets.

@elfosardo
Created May 26, 2020 10:00
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 elfosardo/6b6b27995f3ed09d904bfeefd559e4eb to your computer and use it in GitHub Desktop.
Save elfosardo/6b6b27995f3ed09d904bfeefd559e4eb to your computer and use it in GitHub Desktop.
podman commands
# Run a container and immediately enter a bash shell
podman run -it --entrypoint /bin/bash <image>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment