Add docker doc in the README.md.

This commit is contained in:
zicla
2018-01-30 12:38:25 +08:00
parent 7ec6fb7090
commit 6ba86a50d3
3 changed files with 134 additions and 34 deletions

View File

@ -20,9 +20,14 @@ set VERSION_NAME=tank-1.0.2
cd %GOPATH%
echo golang.org . Please download from: https://github.com/eyebluecn/golang.org and put in the directory with same level of github.com
@rem echo golang.org . Please download from: https://github.com/eyebluecn/golang.org and put in the directory with same level of github.com
@rem echo go get golang.org/x
@rem go get golang.org/x
echo git clone https://github.com/eyebluecn/golang.org.git %golangOrgFolder%
set golangOrgFolder=%GOPATH%\src\golang.org
if not exist %golangOrgFolder% (
git clone https://github.com/eyebluecn/golang.org.git %golangOrgFolder%
)
@rem resize image
echo go get github.com/disintegration/imaging