Skip to content

Instantly share code, notes, and snippets.

@jjasghar

jjasghar/run.sh Secret

Created September 23, 2022 14:58
Show Gist options
  • Save jjasghar/5d20a223ce8382d864554cbf6bec2d2e to your computer and use it in GitHub Desktop.
Save jjasghar/5d20a223ce8382d864554cbf6bec2d2e to your computer and use it in GitHub Desktop.
podman fedora install
dnf -y install podman
podman run hello-world
dnf -y install podman-compose
@jjasghar
Copy link
Author

curl -sSL https://gist.githubusercontent.com/jjasghar/5d20a223ce8382d864554cbf6bec2d2e/raw/0ad4a2e3206560344272638496b713c1b3f1e85f/run.sh | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment