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 2e4c185 commit 4f08b46Copy full SHA for 4f08b46
install/docker-install.sh
@@ -62,7 +62,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
62
msg_info "Exposing Docker TCP socket"
63
$STD mkdir -p /etc/docker
64
$STD echo '{ "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"] }' > /etc/docker/daemon.json
65
- $STD rc-service docker restart
+ $STD systemctl restart docker
66
msg_ok "Exposed Docker TCP socket at tcp://+:2375"
67
fi
68
0 commit comments