Skip to content

Instantly share code, notes, and snippets.

@krotkiewicz
Created October 10, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krotkiewicz/fcd2f051317bd7967d7f1e4c66b27571 to your computer and use it in GitHub Desktop.
Save krotkiewicz/fcd2f051317bd7967d7f1e4c66b27571 to your computer and use it in GitHub Desktop.
$ doctl compute droplet create node --region fra1 --size 2gb --image ubuntu-16-04-x64 --enable-private-networking --ssh-keys 79:29:54:77:13:2f:9c:b8:06:3e:8b:fe:8d:c0:d7:ba
$ doctl compute droplet list (env: st)
ID Name Public IPv4 Private IPv4 Public IPv6 Memory VCPUs Disk Region Image Status Tags
63370004 node1 46.101.177.76 10.135.53.41 2048 2 40 fra1 Ubuntu 16.04.3 x64 active
$ ssh root@46.101.177.76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment