-
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
Add some Docker Machine documentation #4829
Comments
@afbjorklund can we create separate documentation on Docker Machine? |
we can place docker_machine.md file here wdyt? |
It's mostly about writing, I don't think we lack a place to put it (in the README and the docs) The upstream docs live in this monster repository: https://github.com/docker/docker.github.io |
@tstromberg : this was the issue were we can clear up things about "generic" and "none". As long as we are using libmachine we should keep the upstream driver names in the code, but we can of course introduce some aliases and start referring to them with different names in minikube ? https://docs.docker.com/machine/drivers/ (basically: virtualbox, hyper-v) I did some initial attempts at describing these, will see if I can find those lines and add them here. Both drivers are really small, and the Driver API isn't all that big to start with (slightly unfortunately). https://godoc.org/github.com/docker/machine/libmachine/drivers#Driver Since github.com/docker/machine is frozen, it's very unlikely that anything will change there. 😔 |
@afbjorklund Happy to help out in writing documentation for this. Do you have any idea what specifically will be needed ? as there are few URL that was discussed here so bit lost and will need bit of direction on this. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle rotten More and more of libmachine is getting rewritten now, but still useful to have it documented... |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Since Minikube uses Docker Machine to create and provision the VM,
it could be nice to have some more "advanced" docs on (lib)machine ?
We used to have a reference to https://github.com/docker/machine,
but it's not posted anymore on our new website (for some reason).
Also, some of the user docs are available on https://docs.docker.com/
And some non-official drivers live on https://github.com/machine-drivers
I think these are quite nice, and could serve as "inspiration" for minikube docs:
https://docs.docker.com/toolbox/overview/
https://docs.docker.com/machine/overview/
It also needs some technical documentation, but most of that is yet to be written...
The focus will be on these drivers:
virtualbox
(default) - allgeneric
(remote) - allnone
(local) - linuxAnd on these future-proof drivers:
kvm2
(libvirt) - linuxhyperkit
- darwinhyperv
- windowsThe text was updated successfully, but these errors were encountered: