1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/hosting/scripts/linux/install-docker.sh

7 lines
260 B
Bash
Executable file

#!/bin/bash
echo "**** WARNING - not for production environments ****"
# warning this is a convience 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