- docker pull ubuntu:latest
- docker images
- docker run -it ubuntu:latest bash
- sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list # ubuntu apt-get更换国内源
- apt-get clean
- apt-get update
本文标题:Win10下使用Docker运行Ubuntu镜像
本文链接:https://www.haomeiwen.com/subject/gipfwktx.html
网友评论