Docker基于容器化技术、可以很方便提供ElasticSearch、MySQL、Redis、RabbitMQ等容器,在Linux上安装Docker就很简单,Windows要如何安装?

参考官方安装文档:https://docs.docker.com/docker-for-windows/install/
官方给出了两种方案,这里可能就会纠结了到底用哪种,WSL2还是Hyper-V,这两者有什么不同?可以参考下面一段话

In the most basic of answers: If you’re ONLY using docker: WSL2

If you require Linux, additional VMs or want access to Docker’s Advanced tab for resource allocation: Hyper-V

Final Note: Although Hyper-V is officially unsupported for Windows 10 Home edition and is stated so throughout published material, there is a proposed way to enable it which can be found in this MicrosoftDocs Virtualization-Documentation issue posting. While I am unable to comment on how well it works or if it works at all, there are guides available if you wish to try.

如果你只用docker的话,考虑各方面使用WSL2是最好的选择,而且Hyper-v不适合家庭版安装docker。

原文地址:
https://superuser.com/questions/1561465/docker-on-hyper-v-vs-wsl-2

Logo

更多推荐