Skip to content

Commit

Permalink
Docker listen to /var/run/docker.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
obierlaire committed May 4, 2022
1 parent 8d18364 commit 4e64936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Docker Service
After={{ docker_unit_after }}

[Service]
Environment="DOCKER_OPTS=-H unix:///run/docker.sock -g {{ data_dir }}/docker --storage-driver={{ docker_storage_driver }} --bip={{ docker_bridge_ip }} --raw-logs --icc=false"
Environment="DOCKER_OPTS=-H unix:///var/run/docker.sock -g {{ data_dir }}/docker --storage-driver={{ docker_storage_driver }} --bip={{ docker_bridge_ip }} --raw-logs --icc=false"
ExecStart=
ExecStart=/usr/bin/dockerd $DOCKER_OPTS
Restart=on-failure
Expand Down

0 comments on commit 4e64936

Please sign in to comment.