moby--moby/contrib
Tianon Gravi a985655ac4 Move containerd.service from Requires= to Wants=
Per the systemd.unit documentation:

> If this unit gets activated, the units listed will be activated as well. If one of the other units fails to activate, and an ordering dependency After= on the failing unit is set, this unit will not be started. Besides, with or without specifying After=, this unit will be stopped if one of the other units is explicitly stopped.
>
> Often, it is a better choice to use Wants= instead of Requires= in order to achieve a system that is more robust when dealing with failing services.

This should also be generally "safe" given we added `--containerd=/run/containerd/containerd.sock` to the flags we pass to `dockerd`.

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2021-07-12 10:06:35 +00:00
..
apparmor
busybox Pin busybox to fixed version and verify sha256 2020-04-03 09:55:26 +02:00
docker-device-tool
gitdm run shfmt 2020-03-03 12:27:49 +09:00
httpserver
init Move containerd.service from Requires= to Wants= 2021-07-12 10:06:35 +00:00
nnp-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
syntax
syscall-test Upgrading the versions of images in Dockerfile. 2020-06-30 12:24:06 +08:00
udev
README.md
check-config.sh contrib/check-config.sh: Remove awk dependency 2021-06-03 21:26:49 +02:00
dockerd-rootless-setuptool.sh Merge pull request #42077 from WhyNotHugo/patch-1 2021-05-03 10:36:03 -07:00
dockerd-rootless.sh rootless: fix "x509: certificate signed by unknown authority" on openSUSE Tumbleweed 2021-06-19 18:21:18 +09:00
dockerize-disk.sh run shfmt 2020-03-03 12:27:49 +09:00
download-frozen-image-v2.sh Allow download-frozen-images to work without `go` 2020-09-28 19:10:16 +00:00
editorconfig
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.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-archarm-pacman.conf
mkimage-crux.sh run shfmt 2020-03-03 12:27:49 +09:00
mkimage-pld.sh
mkimage-yum.sh there is no file named mkimage-rinse.sh in contrib floder, should delete 2021-06-28 17:36:34 +08:00
nuke-graph-directory.sh Update contrib/nuke-graph-directory.sh 2021-04-09 10:05:35 +10:00

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.