赞
踩
https://docs.microsoft.com/zh-cn/windows/wsl/install-win10
以管理员身份运行powershell
执行如下命令
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
检查系统是否满足wsl2的要求
windows键+R键, 输入winver,检查windows版本
对于 x64 系统:版本 1903 或更高版本,采用 内部版本 18362 或更高版本。低于的则不支持wsl2,需要升级系统。
管理员运行powershell,执行如下命令
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
下载完成后,双击运行
安装完成后,将注销
管理员运行powershell
wsl --set-default-version 2
2.1 进入商店
3.1 进入ubuntu系统
3.2 更新系统
$ sudo apt update
3.3 安装docker
$ sudo apt install docker.io
3.4 使用docker
报错
- $ docker images
- Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
- $ service docker start
- docker: unrecognized service
根据网上各种操作,依然不行,最后在官方网站上查询到wsl下安装使用docker的方式
https://docs.docker.com/docker-for-windows/wsl/
https://desktop.docker.com/win/stable/amd64/Docker%20Desktop%20Installer.exe
完成后注销重新登录
进入ubuntu,docker运行正常
- $ docker ps
- CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。