Created
December 26, 2022 15:02
-
-
Save sshnaidm/96cfe6608298366290bd7b1056c9e189 to your computer and use it in GitHub Desktop.
Mount docker socket with podman rootless
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-v /var/run/docker.sock:/var/run/docker.sock:ro --annotation run.oci.keep_original_groups=1 | |
# https://github.com/containers/podman/issues/6015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment