Docker
passwd `` htpasswd -cBb htpasswd username password
proxy .docker/config.json
```shell
{
"auths": {
"https://index.docker.io/v1/": {
"auth": "xxxxxxxxxxxxxxx"
},
"xxx.bigyong.com": {
"auth": "xxxxxxxxxxxxxxx"
}
}
}