Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
topics:docker-install-gitlab-ci-runner [2017/04/09 17:09] orzfly |
topics:docker-install-gitlab-ci-runner [2017/04/09 17:09] (current) orzfly |
||
---|---|---|---|
Line 53: | Line 53: | ||
] | ] | ||
</code> | </code> | ||
- | * List all images: ''curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer EXAMPLE_YOUR_TOKEN" "https://api.digitalocean.com/v2/images?page=1&per_page=1000&type=application" | pbcopy'' | + | * List all images: <code shell-session>$ curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer EXAMPLE_YOUR_TOKEN" "https://api.digitalocean.com/v2/images?page=1&per_page=1000&type=application"</code> |
* AWS EC2: <code toml /srv/gitlab-ci-runner/auto-aws-us-west-1/config/config.toml> | * AWS EC2: <code toml /srv/gitlab-ci-runner/auto-aws-us-west-1/config/config.toml> | ||
concurrent = 5 | concurrent = 5 |