mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
87fb2c973d
This adds the ability to socket activate docker by passing in `-H fd://*` along with examples systemd configuration files. The fastest way to test this is to run: ``` /usr/lib/systemd/systemd-activate -l 127.0.0.1:2001 /usr/bin/docker -d -H 'fd://*' docker -H tcp://127.0.0.1:2001 ps ``` Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips) |
||
---|---|---|
.. | ||
completion | ||
desktop-integration | ||
docker-device-tool | ||
host-integration | ||
init | ||
syntax | ||
udev | ||
vagrant-docker | ||
zfs | ||
crashTest.go | ||
MAINTAINERS | ||
mkimage-arch-pacman.conf | ||
mkimage-arch.sh | ||
mkimage-busybox.sh | ||
mkimage-crux.sh | ||
mkimage-debootstrap.sh | ||
mkimage-rinse.sh | ||
mkimage-unittest.sh | ||
mkseccomp.pl | ||
mkseccomp.sample | ||
prepare-commit-msg.hook | ||
README |
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.