summaryrefslogtreecommitdiff
path: root/community/docker/docker.service
diff options
context:
space:
mode:
Diffstat (limited to 'community/docker/docker.service')
-rw-r--r--community/docker/docker.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/docker/docker.service b/community/docker/docker.service
new file mode 100644
index 000000000..0cb31e32c
--- /dev/null
+++ b/community/docker/docker.service
@@ -0,0 +1,13 @@
+[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://
+LimitNOFILE=1048576
+LimitNPROC=1048576
+
+[Install]
+Also=docker.socket