mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
5 lines
193 B
Bash
5 lines
193 B
Bash
#!/bin/bash
|
|
curl https://releases.rancher.com/install-docker/23.0.sh | sh
|
|
echo "Docker installed successfully"
|
|
echo '{ "live-restore": true }' >/etc/docker/daemon.json
|
|
systemctl restart docker
|