docker-machine: Add version 0.16.2 (#4063)

This commit is contained in:
Lucas Marcolongo 2022-10-25 22:33:07 -07:00 committed by GitHub
parent af10e13453
commit 791316a23e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}