Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,11 @@ source ~/.bash_profile
```bash
source ~/.zshrc
```

4. 记得开启`Docker Desktop`,否则出现:
```
Cannot connect to the Docker daemon at unix:///Users/xxx/.docker/run/docker.sock. Is the docker daemon running?
```

## 3. 方案使用

配置完毕后,在任意目录下使用命令即可正常拉取镜像:
Expand Down