1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/utils
Brandon Philips 87fb2c973d server: add socket activation
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)
2014-01-27 17:17:07 -08:00
..
testdata/fs Improve FollowLink to handle recursive link and be more strick 2013-12-11 17:19:02 -08:00
daemon.go
fs.go Improve FollowLink to handle recursive link and be more strick 2013-12-11 17:19:02 -08:00
fs_test.go Improve FollowLink to handle recursive link and be more strick 2013-12-11 17:19:02 -08:00
http.go Add arch/os info to user agent (Registry) 2013-12-20 08:19:25 -08:00
jsonmessage.go Merge pull request #3287 from vieux/fix_progressbar_display_push 2014-01-02 13:38:11 -08:00
jsonmessage_test.go
progressreader.go fix progressbar in docker push 2013-12-20 16:55:41 -08:00
random.go
signal.go
signal_darwin.go
signal_linux.go
stdcopy.go
streamformatter.go move pull and import to a job 2014-01-24 14:46:31 -08:00
tarsum.go Disable compression for build. More space usage but much faster upload 2014-01-08 14:21:13 -08:00
uname_darwin.go
uname_linux.go
utils.go server: add socket activation 2014-01-27 17:17:07 -08:00
utils_test.go Re-add kernel Flavor tests 2014-01-21 09:56:53 -08:00