moby--moby/docs
Akihiro Suda ec87479b7e allow running `dockerd` in an unprivileged user namespace (rootless mode)
Please refer to `docs/rootless.md`.

TLDR:
 * Make sure `/etc/subuid` and `/etc/subgid` contain the entry for you
 * `dockerd-rootless.sh --experimental`
 * `docker -H unix://$XDG_RUNTIME_DIR/docker.sock run ...`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-02-04 00:24:27 +09:00
..
api Add HEAD support for /_ping endpoint 2019-01-31 18:18:24 +01:00
contributing Update test.md doc to fix sample test regex 2018-12-13 20:35:49 -05:00
static_files Remove Docker logo 2017-10-11 13:17:59 +01:00
rootless.md allow running `dockerd` in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00