FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Pockr | Part 4 — Docker Without Kernel Modules
How-ToSystems

Pockr | Part 4 — Docker Without Kernel Modules

via Dev.toAi2th12h ago

Docker Run Without iptables, bridge, or overlay2 Part 4 of 6 — building Pockr, a single APK that runs Docker on non-rooted Android. ← Part 3: Bundling 50 Native Libraries Docker Starts — Then Immediately Fails Once QEMU was running and Alpine booted, we launched Docker. It started, then failed silently. Containers wouldn't run. No useful error message. The root cause: Alpine 3.19's Docker daemon defaults assume a full Linux kernel. Our QEMU kernel ( 6.6.14-0-virt ) is stripped — it doesn't load iptables , bridge , overlay2 , or ip_masq as kernel modules because there's no /lib/modules in the disk image. What Was Missing Feature Docker Expects Kernel Module Status in Our VM Network filtering iptables / nf_tables ❌ Not available Container networking bridge ❌ Not available Efficient storage overlay2 ❌ Not available NAT/masquerade ip_masq ❌ Not available Docker's default config tries to set up all of these on startup. Every one fails with operation not supported . The Fix: Minimal Docker C

Continue reading on Dev.to

Opens in a new tab

Read Full Article
4 views

Related Articles

How-To

How to Install and Start Using LineageOS on your Phone

Lobsters • 56m ago

How-To

What Should Kids Learn After Scratch? Comparing Programming Languages

Medium Programming • 4h ago

BYD rolls out EV batteries with 5-minute ‘flash charging.’ But there’s a catch.
How-To

BYD rolls out EV batteries with 5-minute ‘flash charging.’ But there’s a catch.

TechCrunch • 4h ago

Trump gets data center companies to pledge to pay for power generation
How-To

Trump gets data center companies to pledge to pay for power generation

Ars Technica • 6h ago

Building an Interactive Fiction Format with Codex as a Development Partner
How-To

Building an Interactive Fiction Format with Codex as a Development Partner

Medium Programming • 8h ago

Discover More Articles