A slimmed down version of dockerd-rootless.sh.
| dockerd-rootless.sh | Initial commit | |
| LICENSE | Initial commit | |
| NOTICE | Initial commit | |
| README.md | Add installation instructions | |
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.