Skip to content

Commit

Permalink
doc: 备份文章;
Browse files Browse the repository at this point in the history
  • Loading branch information
01Petard committed Feb 22, 2025
1 parent 5e25d66 commit c80213b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/软件/Docker安装配置及使用命令.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,32 @@ taskkill /F /PID '进程号'
sudo systemctl restart docker
```
Docker终极配置
```shell
{  
"builder": {    
"gc": {      
"defaultKeepStorage": "20GB",      
"enabled": true   
},  
"experimental": false,  
"registry-mirrors": [    
"https://docker.hpcloud.cloud",    
"https://docker.m.daocloud.io",    
"https://docker.unsee.tech",    
"https://docker.1panel.live",    
"http://mirrors.ustc.edu.cn",    
"https://docker.chenby.cn",    
"http://mirror.azure.cn",    
"https://dockerpull.org",    
"https://dockerhub.icu",    
"https://hub.rat.dev" 
]
}
```
6. Docker中文文档
> [docker 中文文档]([docker 中文文档 | 简果网 (simapple.com)](https://www.simapple.com/docker-chinese-manual))
Expand Down

0 comments on commit c80213b

Please sign in to comment.