1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
budibase/hosting/scripts/linux/install-docker.sh
2021-07-09 17:54:49 +01:00

7 lines
261 B
Bash
Executable file

#!/bin/bash
echo "**** WARNING - not for production environments ****"
# warning this is a convenience script, for production installations install docker
# properly for your environment!
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh