2013-10-15 09:37:18 -06:00
|
|
|
[Unit]
|
2014-01-09 12:09:25 -05:00
|
|
|
Description=Docker Application Container Engine
|
2014-07-02 10:30:25 +10:00
|
|
|
Documentation=http://docs.docker.com
|
2014-07-26 16:41:50 +02:00
|
|
|
After=network.target docker.socket
|
2014-07-14 18:07:40 -05:00
|
|
|
Requires=docker.socket
|
2013-10-15 09:37:18 -06:00
|
|
|
|
|
|
|
[Service]
|
2014-07-14 17:39:42 -05:00
|
|
|
ExecStart=/usr/bin/docker -d -H fd://
|
2014-01-09 12:09:25 -05:00
|
|
|
Restart=on-failure
|
2014-03-04 12:54:53 -05:00
|
|
|
LimitNOFILE=1048576
|
|
|
|
LimitNPROC=1048576
|
2013-10-15 09:37:18 -06:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|