We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39bd64 commit f803b4bCopy full SHA for f803b4b
doctl/README.md
@@ -243,10 +243,10 @@ docker run --rm \
243
--env=DIGITALOCEAN_ACCESS_TOKEN \
244
--env=DIGITALOCEAN_SSH_KEY_IDS \
245
--env=DIGITALOCEAN_REGION \
246
- docker.io/polymathrobotics/doctl compute droplet create ubuntu22-04 \
+ docker.io/polymathrobotics/doctl compute droplet create ubuntu24-04 \
247
--ssh-keys $DIGITALOCEAN_SSH_KEY_IDS \
248
--size s-1vcpu-1gb \
249
- --image ubuntu-22-04-x64 \
+ --image ubuntu-24-04-x64 \
250
--region $DIGITALOCEAN_REGION \
251
--enable-ipv6 \
252
--enable-monitoring
0 commit comments