{"id":37110896,"url":"https://github.com/intel-iot-devkit/docker-machine-driver-qemu","last_synced_at":"2026-01-14T13:09:59.865Z","repository":{"id":57508020,"uuid":"100713435","full_name":"intel-iot-devkit/docker-machine-driver-qemu","owner":"intel-iot-devkit","description":"Plugin for Docker Machine to use QEMU","archived":true,"fork":false,"pushed_at":"2017-08-24T18:01:01.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-15T02:27:47.918Z","etag":null,"topics":["docker","docker-machine","docker-machine-driver","qemu"],"latest_commit_sha":null,"homepage":"","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/intel-iot-devkit.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-08-18T13:14:48.000Z","updated_at":"2024-06-22T10:40:48.000Z","dependencies_parsed_at":"2022-09-13T03:11:48.108Z","dependency_job_id":null,"html_url":"https://github.com/intel-iot-devkit/docker-machine-driver-qemu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/intel-iot-devkit/docker-machine-driver-qemu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intel-iot-devkit%2Fdocker-machine-driver-qemu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intel-iot-devkit%2Fdocker-machine-driver-qemu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intel-iot-devkit%2Fdocker-machine-driver-qemu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intel-iot-devkit%2Fdocker-machine-driver-qemu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intel-iot-devkit","download_url":"https://codeload.github.com/intel-iot-devkit/docker-machine-driver-qemu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intel-iot-devkit%2Fdocker-machine-driver-qemu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docker","docker-machine","docker-machine-driver","qemu"],"created_at":"2026-01-14T13:09:59.088Z","updated_at":"2026-01-14T13:09:59.850Z","avatar_url":"https://github.com/intel-iot-devkit.png","language":"Go","readme":"# QEMU Docker Machine Driver Plugin\nThe Docker Machine plugin for QEMU enables the use of the QEMU hypervisor with Docker-Machine\n\n## Requirements\n#### Linux\n* QEMU (qemu-system-x86_64 \u0026 qemu-img) in path -2.5.0+ Tested but other expected to work\n* KVM available\n\n#### Windows\n* QEMU 2.9.0+\n* [Intel HAXM driver](https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager)\n\n## Install from Binary\nPlease see the [release tab](https://github.com/intel-iot-devkit/docker-machine-driver-qemu/releases) and place the plugin in your PATH\n\n## Install from Source\n```bash\ngo get github.com/intel-iot-devkit/docker-machine-driver-qemu\ncd \u003cGO-ROOT\u003e/src/github.com/intel-iot-devkit/docker-machine-driver-qemu\nGOOS=windows go build -i -o docker-machine-driver-qemu.exe ./bin\n#OR\nGOOS=linux go build -i -o docker-machine-driver-qemu ./bin\n```\nAn place the binary in your path!\n\n## Usage\nThe usual Docker Machine commands apply:\n```bash\ndocker-machine create --driver qemu qemumachine\ndocker-machine env qemumachine\n```\nOn Windows `QEMU_LOCATION` must be set to the location where the\n\n## Limitations\n* **Ports**: QEMU will not generally respect forwarding the network traffic to the docker-machine.\nDuring creation, you need to explicitly state the port ranges you wish to use\nFor example:\n``` --qemu-open-ports 8022,1111,1231-1235 ```\n* **Mounts**: Using mounts into containers is not supported.\n* **Concurrent usage**: One instance of a machine using QEMU driver is possible at this time. The provisioner does not handle NATd Docker Ports.\n\n\n# CLI Options/Environment variables and defaults:\n\n| CLI option                        | Environment variable   | Default                                |\n|-----------------------------------|------------------------|----------------------------------------|\n| `--qemu-vcpu-count`               | `QEMU_CPU_COUNT`       | `2`                                    |\n| `--qemu-memory-size`              | `QEMU_MEMORY_SIZE`     | `1024`                                 |\n| `--qemu-disk-size`                | `QEMU_DISK_SIZE`       | `18000` Grows with qcow2 to this limit |\n| `--qemu-boot2docker-url`          | `QEMU_BOOT2DOCKER_URL` | *boot2docker URL*                      |\n| `--qemu-open-ports`               | -                      | -                                      |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintel-iot-devkit%2Fdocker-machine-driver-qemu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintel-iot-devkit%2Fdocker-machine-driver-qemu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintel-iot-devkit%2Fdocker-machine-driver-qemu/lists"}