blob: 9738ca1ad51967bcb35b90a89165cd2156e6533a [file] [log] [blame]
[Unit]
Description=Docker Application Container Engine
Documentation=http://docs.docker.com
After=network.target docker.socket
Requires=docker.socket
[Service]
ExecStart=/usr/bin/docker -d -H fd://
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
[Install]
WantedBy=multi-user.target