1
0
Fork
You've already forked dockerd-rootless
0
A slimmed down version of dockerd-rootless.sh.
  • Shell 100%
2026年05月03日 01:25:33 +01:00
dockerd-rootless.sh Initial commit 2026年05月03日 01:20:43 +01:00
LICENSE Initial commit 2026年05月03日 01:20:43 +01:00
NOTICE Initial commit 2026年05月03日 01:20:43 +01:00
README.md Add installation instructions 2026年05月03日 01:25:33 +01:00

dockerd-rootless

A slimmed down version of dockerd-rootless.sh.

Prerequisites

Installation

$ docker --context=default \
 context create rootless \
 --docker \
 host="unix://$XDG_RUNTIME_DIR/docker.sock" \
 --description="Rootless mode"
$ docker --context=default \
 context use rootless

And then run dockerd-rootless.sh as needed.