Skip to content

Instantly share code, notes, and snippets.

@aphistic
Created October 27, 2015 15:40
Show Gist options
  • Save aphistic/06a880c7b45dcdb0036a to your computer and use it in GitHub Desktop.
Save aphistic/06a880c7b45dcdb0036a to your computer and use it in GitHub Desktop.
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network.target docker.socket
Requires=docker.socket
[Service]
Type=notify
ExecStart=/usr/bin/docker daemon -H fd://
MountFlags=slave
LimitNOFILE=1048576
LimitNPROC=1048576
LimitCORE=infinity
[Install]
WantedBy=multi-user.targe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment