Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Docker Application Container Engine |
| 3 | Documentation=http://docs.docker.com |
| 4 | After=network.target docker.socket |
| 5 | Requires=docker.socket |
| 6 | |
| 7 | [Service] |
Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 8 | ExecStart=/usr/bin/docker daemon -H fd:// --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs |
Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 9 | MountFlags=slave |
| 10 | LimitNOFILE=1048576 |
| 11 | LimitNPROC=1048576 |
| 12 | LimitCORE=infinity |
| 13 | |
| 14 | [Install] |
| 15 | WantedBy=multi-user.target |