-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 as preferred driver on macOS/Windows #8353
Comments
Is this related to #8135 ? For the Linux default: it seems that some of the "none" users are struggling with "docker" We have some suggestion where we encourage them to change, not always working out... |
@afbjorklund - not directly related, no. This is for the default case on macOS/Windows when one does not specify a |
The semantic difference between preferred and default is not clear to me, they looked the same. |
There were also some objections to this wording: Even though minikube itself does not require root, See #8257 |
Should we make the persistent volume handling a blocker for this ? It is the same on Linux (where it is already default driver), though. |
Yes, I feel that #8151 should be a blocker for this.
…On Sat, Jun 20, 2020 at 5:44 AM Anders Björklund ***@***.***> wrote:
Should we make the persistent volume handling a blocker for this ?
Currently they are *not* being persisted, but stored on tmpfs : #8151
<#8151>
It is the same on Linux (where it is already default driver), though.
Just getting more exposure, with more users from Mac and Win.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8353 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYYMDDZOJDIVNNPS732N3RXSVKHANCNFSM4NQBYRTA>
.
|
Well, at least it is consistent over the platforms now |
We moved the storage issue to 1.13, see: #8657 |
At the moment, we default to:
Docker on Linux
Hyperkit on macOS
Hyper-V on Windows
On macOS, Docker is better at VPN handling.
On Windows, Docker is better at privilege handling.
This suggests that for most users, we could make the default Docker for all platforms, and fall-back to Hyperkit/Hyper-V if Docker is not available.
The text was updated successfully, but these errors were encountered: