Update readme.md

pull/3/head
starry 2024-06-12 22:39:35 +08:00 committed by GitHub
parent f05c325da1
commit 73b64cc3a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -20,12 +20,22 @@
#### 配置教程
```
sudo vim /etc/docker/daemon.json
```
```
{
"registry-mirrors": [
"http://ip:5000"
]
}
```
```
sudo systemctl daemon-reload
```
```
sudo systemctl restart docker
```
### 注意