-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-machine tweaks in support of PR #13 #14
base: master
Are you sure you want to change the base?
Commits on Sep 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 01bd201 - Browse repository at this point
Copy the full SHA 01bd201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244411c - Browse repository at this point
Copy the full SHA 244411cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a3d7e - Browse repository at this point
Copy the full SHA 18a3d7eView commit details
Commits on Sep 23, 2019
-
Support various ISO kernel boot file layouts.
Search for boot files using patterns instead of hard coded paths. Similar to the docker-machine-driver-xhyve approach. Signed-off-by: John Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6466b0 - Browse repository at this point
Copy the full SHA d6466b0View commit details
Commits on Sep 24, 2019
-
Don't set hyperkit package CPU and memory defaults with zero values.
Only set CPU or memory values when requested value is greater than the default. Signed-off-by: John Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2258b94 - Browse repository at this point
Copy the full SHA 2258b94View commit details -
Set a UUID based on the machine name when a UUID is unspecified.
Hyperkit uses this UUID to assign a MAC address that the driver is expecting. The driver searches for this MAC address in the DHCP lease file to resolve the machine. Using a UUID based on machine name minimizes entries in the DHCP lease file. It also provides IP address consistency while the DHCP lease is valid. Signed-off-by: John Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1582e49 - Browse repository at this point
Copy the full SHA 1582e49View commit details -
Set a default disk size. Move init of BaseDriver.SSHUser to Create() to avoid overwrite. Signed-off-by: John Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0109dc5 - Browse repository at this point
Copy the full SHA 0109dc5View commit details -
Add some docker-machine config flags (boot2docker-url, disk-size, cpu…
…-count, memory-size). Signed-off-by: John Coyle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46602b1 - Browse repository at this point
Copy the full SHA 46602b1View commit details