diff options
| -rw-r--r-- | recipes-containers/docker/files/docker.service | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes-containers/docker/files/docker.service b/recipes-containers/docker/files/docker.service deleted file mode 100644 index eaa3319f..00000000 --- a/recipes-containers/docker/files/docker.service +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 daemon -H fd:// --registry-mirror=http://localhost:5000 --insecure-registry=http://localhost:5000 --raw-logs | ||
| 9 | MountFlags=slave | ||
| 10 | LimitNOFILE=1048576 | ||
| 11 | LimitNPROC=1048576 | ||
| 12 | LimitCORE=infinity | ||
| 13 | |||
| 14 | [Install] | ||
| 15 | WantedBy=multi-user.target | ||
