We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b585524 commit 50c1ee4Copy full SHA for 50c1ee4
content/en/docs/cluster/installation.md
@@ -46,6 +46,9 @@ TimeoutStopSec=600
46
KillSignal=SIGINT
47
RestartKillSignal=SIGINT
48
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"
52
53
[Install]
54
WantedBy=default.target
0 commit comments