Skip to content

Instantly share code, notes, and snippets.

@Trigus42
Created May 24, 2025 12:12
Show Gist options
  • Select an option

  • Save Trigus42/92b0ffd06e46eea8a5579229345acdf2 to your computer and use it in GitHub Desktop.

Select an option

Save Trigus42/92b0ffd06e46eea8a5579229345acdf2 to your computer and use it in GitHub Desktop.
Rootless Docker in Distrobox on Silverblue/Kinoite
systemctl --user enable podman.socket
systemctl --user start podman.socket
systemctl --user status podman.socket
distrobox create --image quay.io/fedora/fedora-toolbox:41 \
  --additional-packages "docker docker-compose" \
  --additional-flags "--env DOCKER_HOST=unix:////run/host/run/user/$UID/podman/podman.sock" \
  --name dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment