Skip to content

Commit

Permalink
add docker install script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 3, 2023
1 parent 581930d commit 97572f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install-docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/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

0 comments on commit 97572f1

Please sign in to comment.