• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • AI
  • About
  • Slides

    Rootless Docker in Fedora

    How to install Rootless Docker

    less than 1 minute read

    Jan Peter Alexander

    Jan Peter Alexander

    There is nothing certain than the uncertainty itself. Capture, learn and mitigate. Welcome!

    • Planet Earth
    • Website
    • Twitter
    • Facebook
    • Instagram
    • Tumblr
    • GitHub
    • Last.fm
    • Steam
    • YouTube
    • Soundcloud

    Running The Command

    As documentation said:

    dockerd-rootless-setuptool.sh install -f
    docker context use rootless
    minikube start --driver=docker --container-runtime=containerd
    

    The Command Output

    We might need to put this on the .bashrc

    export DOCKER_HOST=unix:///run/user/1000/docker.sock
    

    They’ll give you something to work with.

    Tags: docker, fedora, kubernetes, minikube, rootless

    Categories: notes

    Updated: July 3, 2024

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Install Podman Docker-compatible in Arch Linux

    less than 1 minute read

    How to install Podman with Docker compatibility

    Install Golang in Arch Linux

    less than 1 minute read

    How to install Golang in Arch Linux

    Install Bun in Arch Linux

    less than 1 minute read

    How to install Bun in Arch Linux

    Install ArchLinux from Kubuntu

    less than 1 minute read

    How to install Arch Linux

    • Feed
    © 2026 Wannabe Exceptional. Powered by Jekyll & Minimal Mistakes.