Skip to content

cleveng/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker for mac/windows/linux 本地开发环境

docker proxy config

edit ${home}/.docker/config.json

{
 "proxies": {
   "default": {
     "httpProxy": "http://proxy.example.com:3128",
     "httpsProxy": "https://proxy.example.com:3129",
     "noProxy": "*.test.example.com,.example.org,127.0.0.0/8"
   }
 }
}

database config for mysql,mssql,redis,mongo,postgresql

username: root password: secret

git proxy

git config --global user.name "Your Name" git config --global user.email "[email protected]" git config --global http.proxy http://username:password@proxyserver:port git config --global https.proxy https://username:password@proxyserver:port

git config --global --list

export HTTP_PROXY=http://username:password@proxyserver:port export HTTPS_PROXY=http://username:password@proxyserver:port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published