forked from Paxxs/Cluttered-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker.machine.vmwareworkstation.json
More file actions
20 lines (20 loc) · 1.07 KB
/
docker.machine.vmwareworkstation.json
File metadata and controls
20 lines (20 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "1.1.0",
"description": "This plugin for Docker Machine creates Docker hosts locally on a VMware Workstation.",
"homepage": "https://github.com/pecigonzalo/docker-machine-vmwareworkstation",
"license": "Apache-2.0",
"notes": [
"Tips:",
"You need edit the contents of 'Docker Toolbox\\start.sh'(replace Vbox with VMware, More to see the official tutorial)",
"To create a VMware Workstation based Docker machine, just run like this command:",
"'docker-machine create --driver=vmwareworkstation dev'"
],
"depends": "main/docker",
"url": "https://github.com/pecigonzalo/docker-machine-vmwareworkstation/releases/download/v1.1.0/docker-machine-driver-vmwareworkstation.exe",
"hash": "464f7a2d1ef9860721e3e66b90e77d2f1403dc88e259e7be7080db1f8b2c1e1a",
"bin": "docker-machine-driver-vmwareworkstation.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/pecigonzalo/docker-machine-vmwareworkstation/releases/download/v$version/docker-machine-driver-vmwareworkstation.exe"
}
}