mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
parent
2b7f954c65
commit
da09321b0e
@ -22,6 +22,10 @@ $ winget install Docker.DockerDesktop
|
|||||||
$ winget install Docker.DockerDesktopEdge
|
$ winget install Docker.DockerDesktopEdge
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 在 WSL2 运行 Docker
|
||||||
|
|
||||||
|
若你的 Windows 版本为 Windows 10 专业版或家庭版 v1903 及以上版本可以使用 WSL2 运行 Docker,具体请查看 [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/)。
|
||||||
|
|
||||||
## 运行
|
## 运行
|
||||||
|
|
||||||
在 Windows 搜索栏输入 **Docker** 点击 **Docker Desktop** 开始运行。
|
在 Windows 搜索栏输入 **Docker** 点击 **Docker Desktop** 开始运行。
|
||||||
@ -43,5 +47,4 @@ Docker 启动之后会在 Windows 任务栏出现鲸鱼图标。
|
|||||||
## 参考链接
|
## 参考链接
|
||||||
|
|
||||||
* [官方文档](https://docs.docker.com/docker-for-windows/install/)
|
* [官方文档](https://docs.docker.com/docker-for-windows/install/)
|
||||||
* [Docker Desktop WSL 2 backend](https://docs.docker.com/docker-for-windows/wsl/)
|
|
||||||
* [WSL 2 Support is coming to Windows 10 Versions 1903 and 1909](https://devblogs.microsoft.com/commandline/wsl-2-support-is-coming-to-windows-10-versions-1903-and-1909/)
|
* [WSL 2 Support is coming to Windows 10 Versions 1903 and 1909](https://devblogs.microsoft.com/commandline/wsl-2-support-is-coming-to-windows-10-versions-1903-and-1909/)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 部署 Kubernetes
|
# 部署 Kubernetes
|
||||||
|
|
||||||
目前,Kubernetes 支持在多种环境下使用,包括本地主机(Ubuntu、Debian、Fedora 等)、云服务([腾讯云](https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61)、[阿里云](https://www.aliyun.com/product/kubernetes?source=5176.11533457&userCode=8lx5zmtu&type=copy)、[百度云](https://cloud.baidu.com/product/cce.html) 等)。
|
目前,Kubernetes 支持在多种环境下使用,包括本地主机(Ubuntu、Debian、CentOS、Fedora 等)、云服务([腾讯云](https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61)、[阿里云](https://www.aliyun.com/product/kubernetes?source=5176.11533457&userCode=8lx5zmtu&type=copy)、[百度云](https://cloud.baidu.com/product/cce.html) 等)。
|
||||||
|
|
||||||
你可以使用以下几种方式部署 Kubernetes:
|
你可以使用以下几种方式部署 Kubernetes:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user