Docker Cloud Setup

MD
R
Markdown

Deploying the Service Stack on the Cloud via cloud.docker.com. * Trivia: Create a stack od Docker Services to deploy in the cloud * a) Linking to a Cloud Provider b) Deploying a Node c) Creating a Stack of Services *via YML d) Managing the Stack Services *via cloud console

Instructions

  1. Create a Node Cluster on DockerCloud https://cloud.docker.com/account
  2. Ping node cluster public IP (to see if the host can be resolved) ping xx.yy.zz.pppp
  3. Create a Stack https://cloud.docker.com/app/x1/stack/wizard name: docker-compose-optimize-test1
  4. Tag the local docker images and push them docker tag f3d3d0c83f9b x1/optimize-node-app:0.1 docker tag 78b804d19b8b x1/optimize-nginx:0.1 docker tag 8dc5e27b20df x1/optimize-redis:0.1 docker tag 1cec747ac38b x1/optimize-mongo:0.1 docker push x1/optimize-node-app:0.1 docker push x1/optimize-nginx:0.1 docker push x1/optimize-redis:0.1 docker push x1/optimize-mongo:0.1
  5. Start the stack services

Created on 1/29/2018