Hi, would have created a support case for this but the SSO gives me an error message ! If I want to use a droplet from the new plans (e.g. 1GB/25GBSSD) what do I specify in my docker-machine/rancher command in terms of --digitalocean-size parameter ? Thanks Philipp
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
To use the 1GB/25GB SSD Standard Droplet, the value for the
--digitalocean-size
parameter iss-1vcpu-1gb
. To quote myself from our API changelog:Using the doctl command line tool, you can list all the available size slugs and the accompanying plan information with:
Thanks @asb this worked nicely ! The URL you are referring to is internal though (to you guys) so I cannot open it unfortunately. Are there somewhere more docs e.g. explaining digitalocean-ssh-key-path so I can set the right key when creating the droplet through docker-machine/rancher ?