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.
2 parents 2694de7 + 9a2f9ce commit 0d5f7c0Copy full SHA for 0d5f7c0
src/cloud/digitalocean/provisioner.ts
@@ -14,7 +14,7 @@ const POLL_TIMEOUT: number = 5000; //milliseconds
14
// console.log('available images: ' + JSON.stringify(resp, undefined, 2));
15
// });
16
const DEFAULT_REGION: string = 'nyc1';
17
-const DEFAULT_IMAGE: string = 'ubuntu-14-04-x64';
+const DEFAULT_IMAGE: string = 'docker';
18
const DEFAULT_SIZE: string = '1gb';
19
20
const STATUS_CODES: { [k: string]: string; } = {
0 commit comments