Skip to content

Instantly share code, notes, and snippets.

@koumaza
Created June 11, 2020 18:15
Show Gist options
  • Save koumaza/6a37af1b0d1613f28c6a20836150065b to your computer and use it in GitHub Desktop.
Save koumaza/6a37af1b0d1613f28c6a20836150065b to your computer and use it in GitHub Desktop.
podman in podman with privilege
podman run --privileged -it koumaza/podman /bin/bash
podman run --cgroup-manager=cgroupfs --net=host -it koumaza/podman /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment