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) |
||
---|---|---|
.. | ||
testdata/fs | ||
daemon.go | ||
fs.go | ||
fs_test.go | ||
http.go | ||
jsonmessage.go | ||
jsonmessage_test.go | ||
progressreader.go | ||
random.go | ||
signal.go | ||
signal_darwin.go | ||
signal_linux.go | ||
stdcopy.go | ||
streamformatter.go | ||
tarsum.go | ||
uname_darwin.go | ||
uname_linux.go | ||
utils.go | ||
utils_test.go |