赞
踩
1、wsl就是在windows上安装一个类似linux的环境(可以理解为在win上启了一个Linux的虚拟机),可以用来调试一些无法在windows上成功运行的代码。
2、WSL是微软官方提供的,好像是不收费
3、在win10上安装wsl,wsl分为两个版本:wsl1和wsl2,新安装的好像都是wsl2,之前安装的是wsl1。wsl1无法支持docker,需要升级成wsl2才能支持docker。
在cmd或者powershell中输入
wsl -l -v
图中就是WSL2
微软的官方升级教程:
https://learn.microsoft.com/zh-cn/windows/wsl/install-manual#step-3—enable-virtual-machine-feature
使用runoob教程中的安装方法
https://www.runoob.com/docker/ubuntu-docker-install.html
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。