Skip to content

Commit

Permalink
Merge pull request #157 from obierlaire/docker-sock
Browse files Browse the repository at this point in the history
Docker listen to /var/run/docker.sock
  • Loading branch information
obierlaire authored May 5, 2022
2 parents 71e3f4f + 4e64936 commit a041141
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 a041141

Please sign in to comment.