moby--moby/pkg/sysinfo
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
..
README.md Add some basic doc for SysInfo 2015-03-26 23:05:07 -04:00
numcpu.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_linux.go Add canonical import comment 2018-02-05 16:51:57 -05:00
numcpu_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo.go Add memory.kernelTCP support for linux 2018-11-26 21:03:08 +00:00
sysinfo_linux.go allow running `dockerd` in an unprivileged user namespace (rootless mode) 2019-02-04 00:24:27 +09:00
sysinfo_linux_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
sysinfo_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_unix.go Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00

README.md

SysInfo stores information about which features a kernel supports.