#!/bin/sh## Configured as part of the DigitalOcean 1-Click Image build processmyip=$(hostname-I | awk'{print$1}')cat<<EOF********************************************************************************
https://docs.requarks.io/install/digitalocean* You can SSH to this Droplet in a terminal as root: ssh root@$myip* Docker is installed and configured per Docker's recommendations: https://docs.docker.com/install/linux/docker-ce/ubuntu/* Docker Compose is installed and configured per Docker's recommendations: https://docs.docker.com/compose/install/#install-composeFor more information, visit https://docs.requarks.io/install/digitalocean********************************************************************************To delete this message of the day: rm -rf $(readlink-f${0})EOF