Skip to content

Instantly share code, notes, and snippets.

@binario200
Created March 15, 2016 23:02
Show Gist options
  • Save binario200/d3a494b9a8488ff8a89e to your computer and use it in GitHub Desktop.
Save binario200/d3a494b9a8488ff8a89e to your computer and use it in GitHub Desktop.
# have account at https://cloud.docker.com/
# have accoutn at https://hub.docker.com/
1.- Click at Nodes (menu option) at docker cloud
2.- Click "Bring your own node"
3.- Run the curl command to link you host with docker cloud
3.1 Log into you host (loko will provide the ip/user/passw for the host)
ssh user@ip_provider_by_loko
provide the user pass
su - #become root
# curl -Ls https://get.cloud.docker.com/ | sudo -H sh -s 4dd2ca32bfc345babe257e41320be3d9
4.- After running the curl to link your host with docker cloud. Deploying a service
4.1- Click in the host name assigned by docker cloud
4.2 click on "Click to add deploy tags" and provide a name for a tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment