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
463 B

9 years ago
  1. [Unit]
  2. Description=Docker Application Container Engine
  3. Documentation=http://docs.docker.com
  4. After=network.target docker.socket flannel.service
  5. Requires=docker.socket
  6. [Service]
  7. EnvironmentFile=/run/flannel/subnet.env
  8. EnvironmentFile=-/etc/default/docker
  9. ExecStart=/usr/bin/docker -d -H fd:// --bip=${FLANNEL_SUBNET} --mtu=${FLANNEL_MTU} $DOCKER_OPTS
  10. MountFlags=slave
  11. LimitNOFILE=1048576
  12. LimitNPROC=1048576
  13. LimitCORE=infinity
  14. [Install]
  15. WantedBy=multi-user.target