{"id":28374866,"url":"https://github.com/ocean/machine","last_synced_at":"2025-09-07T16:39:26.394Z","repository":{"id":36223100,"uuid":"40527395","full_name":"ocean/machine","owner":"ocean","description":"Docker Machine with VMWare AppCatalyst driver","archived":false,"fork":false,"pushed_at":"2015-08-11T07:25:01.000Z","size":8620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-05T22:53:20.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocean.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T07:15:44.000Z","updated_at":"2015-08-11T07:25:10.000Z","dependencies_parsed_at":"2022-09-05T18:31:01.745Z","dependency_job_id":null,"html_url":"https://github.com/ocean/machine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ocean/machine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocean%2Fmachine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocean%2Fmachine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocean%2Fmachine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocean%2Fmachine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocean","download_url":"https://codeload.github.com/ocean/machine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocean%2Fmachine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261986670,"owners_count":23240684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-05-29T22:11:10.673Z","updated_at":"2025-06-26T02:32:14.228Z","avatar_url":"https://github.com/ocean.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Machine\n\n![](/docs/img/logo.png)\n\nMachine lets you create Docker hosts on your computer, on cloud providers, and\ninside your own data center. It creates servers, installs Docker on them, then\nconfigures the Docker client to talk to them.\n\nIt works a bit like this:\n\n```console\n$ docker-machine create -d virtualbox dev\nCreating CA: /home/username/.docker/machine/certs/ca.pem\nCreating client certificate: /home/username/.docker/machine/certs/cert.pem\nImage cache does not exist, creating it at /home/username/.docker/machine/cache...\nNo default boot2docker iso found locally, downloading the latest release...\nDownloading https://github.com/boot2docker/boot2docker/releases/download/v1.6.2/boot2docker.iso to /home/username/.docker/machine/cache/boot2docker.iso...\nCreating VirtualBox VM...\nCreating SSH key...\nStarting VirtualBox VM...\nStarting VM...\nTo see how to connect Docker to this machine, run: docker-machine env dev\n\n$ docker-machine ls\nNAME   ACTIVE   DRIVER       STATE     URL                         SWARM\ndev    *        virtualbox   Running   tcp://192.168.99.127:2376\n\n$ eval \"$(docker-machine env dev)\"\n\n$ docker run busybox echo hello world\nUnable to find image 'busybox:latest' locally\n511136ea3c5a: Pull complete\ndf7546f9f060: Pull complete\nea13149945cb: Pull complete\n4986bf8c1536: Pull complete\nhello world\n\n$ docker-machine create -d digitalocean --digitalocean-access-token=secret staging\nCreating SSH key...\nCreating Digital Ocean droplet...\nTo see how to connect Docker to this machine, run: docker-machine env staging\n\n$ docker-machine ls\nNAME      ACTIVE   DRIVER         STATE     URL                          SWARM\ndev                virtualbox     Running   tcp://192.168.99.127:2376\nstaging   *        digitalocean   Running   tcp://104.236.253.181:2376\n```\n\n## Installation and documentation\n\nFull documentation [is available here](https://docs.docker.com/machine/).\n\n## Contributing\n\nWant to hack on Machine? Please start with the [Contributing Guide](https://github.com/docker/machine/blob/master/CONTRIBUTING.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focean%2Fmachine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focean%2Fmachine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focean%2Fmachine/lists"}