本文详细介绍了WindowsS10如何安装WSL2Ubuntu20.04并设置docker环境。原文根据示例代码非常详细,对大家的学习培训或者工作都有一定的参考价值。有必要的朋友陪我去了解一下。
打开WSL
明确系统软件是Windows102004以后的版本号
右键赖丹-设置-应用程序-程序流程及功能-开启或关闭Windows功能。
选择“用于Linux的Windows子系统”
重新启动系统应用程序设置。
安装WSL2Ubuntu20.04
打开WSL2
dism.exe/online/enable-feature/featurename:Microsoft-Windows-Subsystem-Linux/all/norestart dism.exe/online/enable-feature/featurename:VirtualMachinePlatform/all/norestart wsl--set-default-version2打开微软商店,检索Ubuntu20.04,然后点击安装
免费下载后,从菜单栏启动Ubuntu20.04LTS
更新软件源并升级
sudotee/etc/apt/sources.list<<EOF debhttp://mirrors.163.com/ubuntu/$(lsb_release-cs)mainrestricteduniversemultiverse debhttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-securitymainrestricteduniversemultiverse debhttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-updatesmainrestricteduniversemultiverse debhttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-proposedmainrestricteduniversemultiverse debhttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-backportsmainrestricteduniversemultiverse deb-srchttp://mirrors.163.com/ubuntu/$(lsb_release-cs)mainrestricteduniversemultiverse deb-srchttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-securitymainrestricteduniversemultiverse deb-srchttp://mirrors.163.com/ubuntu/$(lsb_release-cs)-updatesmainrestricteduniversemultiverse deb-srchttp://mirrors.163.com/ubuntu/bionic-proposed$(lsb_release-cs)restricteduniversemultiverse deb-srchttp://mirrors.163.com/ubuntu/bionic-backports$(lsb_release-cs)restricteduniversemultiverse EOF sudoapt-getupdate sudoapt-getupgrade-y安装docker
sudoapt-getinstall-yapt-transport-https\ ca-certificates\ curl\ gnupg-agent\ software-properties-common curl-fsSLhttps://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu/gpg|sudoapt-keyadd- sudoadd-apt-repository\ "deb[arch=amd64]https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntubionicstable" #现阶段20.04都还没中国清华大学docker源,临时用18.04版本号 sudoapt-getupdate sudoapt-getinstall-ydocker-cedocker-ce-clicontainerd.io sudocp/mnt/c/Windows/Fonts/usr/share/fonts/chinese-r cd/usr/share/fonts/chinese sudomkfontscale sudomkfontdir fc-cache-fv source/etc/profile sudochmod-R755*安装zsh
sudoapt-getinstallzsh sh-c"$(wget-O-https://gitee.com/kingscat/ohmyzsh/raw/master/tools/install.sh)"关于如何在Windows10中安装WSL2Ubuntu20.04和设置docker环境的这篇文章到此结束。有关在Windows10中安装WSL2Ubuntu20的大量信息,请搜索您以前的文章或再次访问下面的相关文章。期待你以后的申请!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)