1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00
budibase/hosting/scripts/linux/install-docker.sh

7 lines
260 B
Bash
Raw Normal View History

#!/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