查看Docker QuickStart的源代码
←
Docker QuickStart
跳转到:
导航
,
搜索
因为以下原因,你没有权限编辑本页:
您刚才请求的操作只有这个用户组中的用户才能使用:
用户
您可以查看并复制此页面的源代码:
== Install == '''New:''' https://docs.docker.com/install/linux/docker-ce/ubuntu/ '''Windows:''' * [https://www.shaileshjha.com/step-by-step-how-to-install-docker-in-windows/ Step by Step – How to Install Docker in Windows 10] * [https://docs.docker.com/docker-for-windows/install/ Install Docker Desktop on Windows] '''Ubuntu:''' '''Aliyun:''' $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - $ sudo apt-key fingerprint 0EBFCD88 deb [arch=amd64] https://download.docker.com/linux/ubuntu eoan stable <source lang=bash> $ sudo apt-get install docker-ce docker-ce-cli </source> '''Aliyun (Old):''' <source lang=bash> $ sudo apt-get install docker.io docker-compose $ sudo usermod -aG docker $USER </source> '''加速 docker pull 访问:''' In order to speedup docker images downloading, please configure a local docker mirror in /etc/default/docker, for example: <source lang=bash> $ grep registry-mirror /etc/default/docker DOCKER_OPTS="$DOCKER_OPTS --registry-mirror=https://docker.mirrors.ustc.edu.cn" $ service docker restart </source> In order to avoid network ip address conflict, please try following changes and restart docker: <source lang=bash> $ grep bip /etc/default/docker DOCKER_OPTS="$DOCKER_OPTS --bip=10.66.0.10/16" $ service docker restart </source> If the above changes not work, try something as following: <source lang=bash> $ grep dockerd /lib/systemd/system/docker.service ExecStart=/usr/bin/dockerd -H fd:// --bip=10.66.0.10/16 --registry-mirror=https://docker.mirrors.ustc.edu.cn $ service docker restart </source> <br><br>
返回到
Docker QuickStart
。
个人工具
登录
名字空间
页面
讨论
变换
查看
阅读
查看源代码
查看历史
操作
搜索
导航
首页
社区专页
新闻动态
最近更改
随机页面
帮助
工具箱
链入页面
相关更改
特殊页面