-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add missing configurations for VMware #1370
Add missing configurations for VMware #1370
Conversation
Is this the minimal set necessary, or is this simply enabling more flags and one of them happens to do the trick? (How much testing has this had?) |
The minimal set is
I confirmed that .iso including this change works like v18.06.1-ce do. |
Information about Linux driver for VMware: https://kb.vmware.com/s/article/2073804 |
Sorry, I am new to this project.. can someone explain how to actually build this PR (or boot2docker in general)? Thanks :) |
FYI there is also PR #1372, which partially overlaps with the listed modules. |
I have combined the kernel options from this and #1372 PRs and built an image which successfully run on my VMware ESXi server and detected the persistent hard drive (thus, my issue #1368 will be resolved with this PR) and also successfully passed my automatic stress-testing suite (it uses quite a few of Docker features and some extra Cgroup capabilities). @unsignedint To build
Here is the image I have built: https://drive.google.com/file/d/1uIeMp5UE6xswZdoU4Xn7nOAvsJ-cefix/view?usp=sharing |
built the image as well, thanks for documenting ... but how do I tell docker-machine to use my image instead of downloading as usual? Do I have to provide my own image via http really? pls advise, thanks. EDIT: solved by providing local image ... thanks |
Thanks! 🙏 |
fixes #1369