Skip to content

Commit 4f08b46

Browse files
authored
breaking fix docker
1 parent 2e4c185 commit 4f08b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/docker-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then
6262
msg_info "Exposing Docker TCP socket"
6363
$STD mkdir -p /etc/docker
6464
$STD echo '{ "hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"] }' > /etc/docker/daemon.json
65-
$STD rc-service docker restart
65+
$STD systemctl restart docker
6666
msg_ok "Exposed Docker TCP socket at tcp://+:2375"
6767
fi
6868

0 commit comments

Comments
 (0)