Skip to content

Commit 50c1ee4

Browse files
committed
Added systemd docker socket location to startup in docker rootless mode
1 parent b585524 commit 50c1ee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/cluster/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ TimeoutStopSec=600
4646
KillSignal=SIGINT
4747
RestartKillSignal=SIGINT
4848
FinalKillSignal=SIGKILL
49+
# this is needed for the python docker package to find the socket endpoint when running
50+
# in non standard locations like for instance docker rootless
51+
Environment="DOCKER_HOST=unix:///%t/docker.sock"
4952
5053
[Install]
5154
WantedBy=default.target

0 commit comments

Comments
 (0)