Skip to content

Instantly share code, notes, and snippets.

@chuckwolber
Created October 29, 2023 08:27
Show Gist options
  • Save chuckwolber/27e6482a80803f0ceafcd268795048fd to your computer and use it in GitHub Desktop.
Save chuckwolber/27e6482a80803f0ceafcd268795048fd to your computer and use it in GitHub Desktop.
Run a Debian Container in Rocky Linux
podman pull debian:latest
podman run -it debian:latest /bin/bash
apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment