moby/contrib
Akihiro Suda 7d08d84b03
dockerd-rootless.sh: set rootlesskit --state-dir=DIR
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>
2024-01-17 22:59:18 +09:00
..
apparmor contrib/apparmor: format code with gofumpt 2023-08-24 17:59:35 +02:00
busybox contrib/busybox: Update to FRP-5007-g82accfc19 2023-06-21 14:15:05 +02:00
gitdm run shfmt 2020-03-03 12:27:49 +09:00
httpserver linting: gosec: fix or suppress G112, G114 in test code 2022-09-04 15:36:51 +02:00
init fix: Normalize RLIMIT_NOFILE to sensible defaults 2023-08-07 12:37:14 +12:00
nnp-test frozen images: update to debian:bookworm-slim 2023-11-30 12:01:06 +01:00
syntax Remove vim syntax files 2020-01-14 13:01:18 -04:00
syscall-test frozen images: update to debian:bookworm-slim 2023-11-30 12:01:06 +01:00
udev Add udev rules files for hiding the docker loopback devices from udisks 2013-12-02 09:11:06 -07:00
check-config.sh contrib/check-config: conditionally disable color output. 2023-10-30 10:59:23 -04:00
dockerd-rootless-setuptool.sh Merge pull request #44395 from jmrouet/master 2023-05-12 09:39:29 -06:00
dockerd-rootless.sh dockerd-rootless.sh: set rootlesskit --state-dir=DIR 2024-01-17 22:59:18 +09:00
dockerize-disk.sh contrib/dockerize-disk.sh: Fix indentation 2023-03-07 15:46:48 +01:00
download-frozen-image-v2.sh contrib: outline purpose of download-frozen-images-v2.sh 2023-09-14 11:36:22 +02:00
editorconfig added editorconfig 2016-10-20 22:18:16 -02:00
mac-install-bundle.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-alpine.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-arch-pacman.conf mkimage-arch: provide and use own pacman.conf 2014-01-21 14:22:56 +01:00
mkimage-arch.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-archarm-pacman.conf Fixed arm arch image maker to support arm versions other than 7 2016-07-10 18:46:35 -07:00
mkimage-crux.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-pld.sh add script to make base image for PLD Linux 2016-05-31 09:20:51 +03:00
mkimage-yum.sh all: fix typos 2022-03-01 14:26:35 +08:00
nuke-graph-directory.sh Update contrib/nuke-graph-directory.sh 2021-04-09 10:05:35 +10:00
README.md Add .md extension to readme for markdown rendering 2016-02-24 20:39:46 +00:00

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.