{"id":37147326,"url":"https://github.com/cloud-ca/docker-machine-driver-cloudca","last_synced_at":"2026-01-14T17:22:57.535Z","repository":{"id":57573087,"uuid":"79470447","full_name":"cloud-ca/docker-machine-driver-cloudca","owner":"cloud-ca","description":"Docker machine driver for cloud.ca","archived":false,"fork":false,"pushed_at":"2018-12-18T14:57:40.000Z","size":4338,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-24T18:45:38.043Z","etag":null,"topics":["cloud","cloud-ca","docker-machine","docker-machine-driver"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud-ca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-19T16:09:58.000Z","updated_at":"2018-10-04T14:54:00.000Z","dependencies_parsed_at":"2022-09-19T03:02:00.675Z","dependency_job_id":null,"html_url":"https://github.com/cloud-ca/docker-machine-driver-cloudca","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cloud-ca/docker-machine-driver-cloudca","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-ca%2Fdocker-machine-driver-cloudca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-ca%2Fdocker-machine-driver-cloudca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-ca%2Fdocker-machine-driver-cloudca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-ca%2Fdocker-machine-driver-cloudca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud-ca","download_url":"https://codeload.github.com/cloud-ca/docker-machine-driver-cloudca/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud-ca%2Fdocker-machine-driver-cloudca/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud","cloud-ca","docker-machine","docker-machine-driver"],"created_at":"2026-01-14T17:22:56.901Z","updated_at":"2026-01-14T17:22:57.527Z","avatar_url":"https://github.com/cloud-ca.png","language":"Go","readme":"# docker-machine-cloudca\nCreate Docker machines on [cloud.ca](https://cloud.ca)\n\nYou need to get your **cloud.ca API key** from the cloud.ca portal through the _API keys_ option under the _user profile menu_ and pass that to `docker-machine create` with the `--cloudca-api-key` option.\n\n## Requirements\n\n* Install [Docker Machine](https://docs.docker.com/machine/install-machine/)\n* Install [Go](https://golang.org/doc/install)\n\n## Installation\n\n1. Download the cloud.ca Docker Machine driver binary for your OS from the [releases page](https://github.com/cloud-ca/docker-machine-driver-cloudca/releases).\n2. Copy the driver to the directory where Docker Machine is located.\n\n## Usage\n\n```bash\ndocker-machine create -d cloudca \\\n   --cloudca-api-key \"APIkey****************\" \\\n   --cloudca-service-code \"compute-qc\" \\\n   --cloudca-environment-name \"test-area\" \\\n   --cloudca-template \"Ubuntu 16.04.01 HVM\" \\\n   --cloudca-compute-offering \"1vCPU.1GB\" \\\n   --cloudca-network-id \"bbefe8dd-bb3e-4f37-b467-b63f8334c15b\" \\\n   --cloudca-root-disk-size-in-gb 60 \\\n   --cloudca-additional-disk-offering \"50GB - 50 IOPS Min.\" \\\n   test-machine1\n```\n**Notes:**\n* It is recommended to use Environment variables to store sensitive information like API keys. See the options below for the list of supported variables.\n* The cloud.ca instances have limited disk space on their root volumes. In order to get more disk space for your Docker machines, use the `--cloudca-root-disk-size-in-gb` if you have a resizable template or `--cloudca-additional-disk-offering` option to specify an additional volume that Docker will be able to use.\n\n## Options\n\n|Option Name|Environment Variable Name|Description|Default Value|required|\n|---|---|---|---|---|\n|``--cloudca-api-key``         |``CLOUDCA_API_KEY``         |cloud.ca API key  |none      |yes|\n|``--cloudca-service-code``    |``CLOUDCA_SERVICE_CODE``    |cloud.ca service code   |none      |yes|\n|``--cloudca-environment-name``|``CLOUDCA_ENVIRONMENT_NAME``|cloud.ca environment name      |none      |yes|\n|``--cloudca-template``        |``CLOUDCA_TEMPLATE``        |cloud.ca template name or ID      |none      |yes|\n|``--cloudca-compute-offering``|``CLOUDCA_COMPUTE_OFFERING``|cloud.ca compute offering name or ID|none      |yes|\n|``--cloudca-network-id``      |``CLOUDCA_NETWORK_ID``      |cloud.ca network ID (where the machine will be deployed)|none     |yes|\n|``--cloudca-root-disk-size-in-gb``      |``CLOUDCA_ROOT_DISK_SIZE_IN_GB``      |cloud.ca root disk size in gb (for resizable templates) |size defined by template     |no|\n|``--cloudca-additional-disk-offering``|``CLOUDCA_ADDITIONAL_DISK_OFFERING``|cloud.ca additional disk offering name or ID to attach to the machine|none     |no|\n|``--cloudca-use-private-ip``  |``CLOUDCA_USE_PRIVATE_IP``  |Use a private IP to access the machine|false |no|\n|``--cloudca-ssh-user``        |``CLOUDCA_SSH_USER``        |cloud.ca SSH user|cca-user|no|\n\n## Build from source\n\nDownload the driver source:\n\n```bash\n$ go get github.com/cloud-ca/docker-machine-driver-cloudca\n```\n\nCompile the driver:\n\n```bash\n$ cd $GOPATH/src/github.com/cloud-ca/docker-machine-driver-cloudca\n$ make install\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-ca%2Fdocker-machine-driver-cloudca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud-ca%2Fdocker-machine-driver-cloudca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud-ca%2Fdocker-machine-driver-cloudca/lists"}