7d08d84b03
Now the state dir is set to `${XDG_RUNTIME_DIR}/dockerd-rootless`. This is similar to `${XDG_RUNTIME_DIR}/containerd-rootless` used in nerdctl: https://github.com/containerd/nerdctl/blob/v1.7.2/extras/rootless/containerd-rootless.sh#L35 Prior to this commit, the state dir was unset and a random dir under `/tmp` was used. (e.g., `/tmp/rootlesskit1869901982`) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
||
---|---|---|
.. | ||
apparmor | ||
busybox | ||
gitdm | ||
httpserver | ||
init | ||
nnp-test | ||
syntax | ||
syscall-test | ||
udev | ||
check-config.sh | ||
dockerd-rootless-setuptool.sh | ||
dockerd-rootless.sh | ||
dockerize-disk.sh | ||
download-frozen-image-v2.sh | ||
editorconfig | ||
mac-install-bundle.sh | ||
mkimage-alpine.sh | ||
mkimage-arch-pacman.conf | ||
mkimage-arch.sh | ||
mkimage-archarm-pacman.conf | ||
mkimage-crux.sh | ||
mkimage-pld.sh | ||
mkimage-yum.sh | ||
nuke-graph-directory.sh | ||
README.md |
The contrib
directory contains scripts, images, and other helpful things
which are not part of the core docker distribution. Please note that they
could be out of date, since they do not receive the same attention as the
rest of the repository.