You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
379 B

9 years ago
  1. [Unit]
  2. Description=Docker Application Container Engine
  3. Documentation=https://docs.docker.com
  4. After=network.target docker.socket
  5. Requires=docker.socket
  6. [Service]
  7. EnvironmentFile=-/etc/default/docker
  8. Type=notify
  9. ExecStart=/usr/bin/docker daemon -H fd:// $DOCKER_OPTS
  10. MountFlags=slave
  11. LimitNOFILE=1048576
  12. LimitNPROC=1048576
  13. LimitCORE=infinity
  14. [Install]
  15. WantedBy=multi-user.target