diff --git a/config/daemon.json b/config/daemon.json index 9b451e8..037d55c 100644 --- a/config/daemon.json +++ b/config/daemon.json @@ -1,5 +1,15 @@ { + "experimental": false, + "debug": true, "registry-mirrors": [ - "https://registry.docker-cn.com" + "https://hub-mirror.c.163.com", + "https://mirror.baidubce.com", + "https://g24agb7f.mirror.aliyuncs.com", + "https://docker.mirrors.ustc.edu.cn", + "https://mirror.ccs.tencentyun.com", + "https://dockerhub.azk8s.cn", + "https://hub-mirror.c.163.com", + "https://docker.pkg.github.com/", + "https://registry.enncloud.cn/" ] } \ No newline at end of file diff --git a/config/zshrc b/config/zshrc index 7942ace..dcd16ca 100644 --- a/config/zshrc +++ b/config/zshrc @@ -2,8 +2,12 @@ export ZSH=~/.oh-my-zsh ZSH_THEME="ehlxr2" -plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search) +plugins=(git wd sudo zsh-syntax-highlighting zsh-autosuggestions extract history-substring-search docker docker-compose) source $ZSH/oh-my-zsh.sh -# source ~/.bash_profile \ No newline at end of file +# source ~/.bash_profile + +alias di='docker images' +alias dp='docker ps -a' +alias ds='docker stats' \ No newline at end of file