• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • 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

    AI Prompt Framework for Building Apps: A Complete Guide to Better AI-Generated Code

    6 minute read

    Learn the 4-part framework for writing effective prompts that will help you build better apps with AI tools like Lovable, Cursor, and Bolt. Stop getting stuc...

    PRPs Agentic Engineering: A Deep Dive into Production-Ready AI Development

    5 minute read

    Analysis of Wirasm’s PRPs-agentic-eng repository - a comprehensive framework for AI-assisted development that delivers production-ready code on the first pas...

    The True Power of AI Coding - Building Your Own Workflow (Complete Guide Analysis)

    10 minute read

    Comprehensive analysis of building custom AI coding workflows using the three-step process of planning, implementing, and validating. Learn how to create per...

    Agent OS: Revolutionizing AI-Assisted Development with Structured Context

    9 minute read

    Comprehensive analysis of Builder Methods’ Agent OS - a groundbreaking framework that transforms AI coding agents into productive developers through structur...

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