Skip to content
Snippets Groups Projects
Unverified Commit a3131e27 authored by Hector S's avatar Hector S Committed by GitHub
Browse files

Removed env vars DOCKER_NETWORK_OPTIONS and INSECURE_REGISTRY from docker.service.j2 (#6126)

parent ed12936b
No related branches found
No related tags found
No related merge requests found
...@@ -30,9 +30,7 @@ ExecStart={{ docker_bin_dir }}/docker{% if installed_docker_version.stdout is ve ...@@ -30,9 +30,7 @@ ExecStart={{ docker_bin_dir }}/docker{% if installed_docker_version.stdout is ve
{% endif %} {% endif %}
$DOCKER_OPTS \ $DOCKER_OPTS \
$DOCKER_STORAGE_OPTIONS \ $DOCKER_STORAGE_OPTIONS \
$DOCKER_NETWORK_OPTIONS \ $DOCKER_DNS_OPTIONS
$DOCKER_DNS_OPTIONS \
$INSECURE_REGISTRY
{% if not is_ostree and systemd_version.stdout|int >= 226 %} {% if not is_ostree and systemd_version.stdout|int >= 226 %}
TasksMax=infinity TasksMax=infinity
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment