We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478e4a commit 7379fa2Copy full SHA for 7379fa2
1 file changed
README.md
@@ -186,12 +186,13 @@ service docker start
186
#### 3.1.4 配置 Docker 加速镜像(可选)
187
188
```bash
189
-sudo tee /etc/docker/daemon.json <<EOF
+sudo mkdir -p /etc/docker
190
+
191
+sudo tee /etc/docker/daemon.json > /dev/null <<EOF
192
{
- "registry-mirrors": [
- "https://docker.mirrors.aster.edu.pl",
193
- "http://hub.imoyuapp.win"
194
- ]
+ "registry-mirrors": [
+ "https://hub.bwg.imoyuapp.win"
195
+ ]
196
}
197
EOF
198
0 commit comments