Created
November 9, 2022 08:23
-
-
Save jarryDk/24b746111438d0e81b5f7f7444e8a7b9 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
mkdir -p /run/user/$(id -u)/podman | |
export DOCKER_HOST="unix:/run/user/$(id -u)/podman/podman.sock" | |
podman system service --time=0 unix:/run/user/$(id -u)/podman/podman.sock & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment