tomcat application on digital ocean docker code example
Example 1: deploy docker on digital ocean
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Example 2: deploy docker on digital ocean
sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common