rootlesskit

Fake root for implementing rootless containers without privilege escalation

brewmacoslinux
Try with needOr install directly
Source

About

Linux-native "fake root" for implementing rootless containers

Commands

rootlesskit

Examples

Run a shell with fake root privileges in a rootless environment$ rootlesskit bash
Execute a specific command with rootless container isolation$ rootlesskit docker run -it alpine:latest
Start rootlesskit with custom port mapping for container networking$ rootlesskit --port-driver builtin bash