diff --git a/README.md b/README.md index 35d5498..15fea1d 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,8 @@ chmod +x install.sh #### Docker installation +[docker](https://hub.docker.com/r/snail007/goproxy) + Dockerfile root of project uses multistage build and alpine project to comply with best practices. Uses golang 1.10.3 for building as noted in the project README.md and will be pretty small image. total extracted size will be 17.3MB for goproxy latest version. The default build process builds the master branch (latest commits/ cutting edge), and it can be configured to build specific version, just edit Dockerfile before build, following builds release version 6.0: diff --git a/README_ZH.md b/README_ZH.md index 281cb98..9d66731 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -202,6 +202,9 @@ chmod +x install.sh ``` #### Docker安装 + +[docker](https://hub.docker.com/r/snail007/goproxy) + 项目根目录的Dockerfile文件用来构建,使用golang 1.10.3,构建基于goproxy的master分支最新版本, 全部大小17.3MB,默认情况下使用master分支,不过可以通过修改配置文件Dockerfile 或者使用参数GOPROXY_VERSION指定构建的goproxy版本.