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] | ||||
8 | ExecStart=/usr/bin/docker -d -H fd:// --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 | ||||
9 | MountFlags=slave | ||||
10 | LimitNOFILE=1048576 | ||||
11 | LimitNPROC=1048576 | ||||
12 | LimitCORE=infinity | ||||
13 | |||||
14 | [Install] | ||||
15 | WantedBy=multi-user.target |