美文网首页
Win10下使用Docker运行Ubuntu镜像

Win10下使用Docker运行Ubuntu镜像

作者: Gary_Liu | 来源:发表于2020-11-27 22:09 被阅读0次
    1. docker pull ubuntu:latest
    2. docker images
    3. docker run -it ubuntu:latest bash
    4. sed -i s@/archive.ubuntu.com/@/mirrors.aliyun.com/@g /etc/apt/sources.list # ubuntu apt-get更换国内源
    5. apt-get clean
    6. apt-get update

    相关文章

      网友评论

          本文标题:Win10下使用Docker运行Ubuntu镜像

          本文链接:https://www.haomeiwen.com/subject/gipfwktx.html