diff --git a/bucket/docker-machine.json b/bucket/docker-machine.json new file mode 100644 index 0000000000..fc83b3c964 --- /dev/null +++ b/bucket/docker-machine.json @@ -0,0 +1,13 @@ +{ + "version": "0.16.2", + "description": "Docker Machine lets you create Docker hosts on your computer, on cloud providers, and inside your own data center. It creates servers, installs Docker on them, then configures the Docker client to talk to them.", + "homepage": "https://github.com/docker/machine", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-Windows-x86_64.exe#/docker-machine.exe", + "hash": "dcf774857069749b5d973f85b15d926544a7c5556c3478c45b4f35cf86494130" + } + }, + "bin": "docker-machine.exe" +}