Problem: Normal node cluster based deployments are no longer supported in cloud.docker.com. New users get Swarm mode by default.
Solution: Deploy a swarm of nodes, and use your image to export it as a service on the nodes.
Prerequisite - You have already push your image as a public repository on to Docker hub using the docker.sh file present here - https://github.com/paulnguyen/cmpe281/tree/master/docker
DISCLAIMER: When running in Swarm mode, docker cloud will create Instances, ELBs, Network Interfaces, Security Groups, VPC etc in your AWS account. Delete them after use or you run the risk of overshooting the Free Tier Usage!
- Follow the instructions at - https://docs.docker.com/docker-cloud/cloud-swarm/link-aws-swarm/