docker/templates/docker-startopts.conf

4 lines
206 B
Plaintext
Raw Normal View History

[Service]
ExecStart=
ExecStart=/usr/bin/dockerd {{ docker_start_opts | join(" ") }} {% if docker_ipv6_subnet is defined and docker_ipv6_subnet %}--ipv6 --fixed-cidr-v6='{{ docker_ipv6_subnet }}'{% endif %}