breaking fix docker

This commit is contained in:
CanbiZ 2025-07-09 19:09:41 +02:00 committed by GitHub
parent 2e4c185ee1
commit 4f08b4609b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
msg_info "Exposing Docker TCP socket"
$STD mkdir -p /etc/docker
$STD echo '{ "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"] }' > /etc/docker/daemon.json
$STD rc-service docker restart
$STD systemctl restart docker
msg_ok "Exposed Docker TCP socket at tcp://+:2375"
fi