Closed lyt8384 closed 3 years ago
good
发自我的 iPhone6艹
在 2021年5月21日,15:42,lyt8384 @.***> 写道:
使用了Alpine去构建镜像,可以使镜像大小缩减到42M。 日志直接输出到了/dev/stdout里面,不再像官方镜像写入到文件里。 编译的时候使用docker build -f ./Dockerfile.alpine --name hightman/xunsearch:alpine . 去构建即可。
You can view, comment on, or merge this pull request online at:
https://github.com/hightman/xunsearch/pull/126
Commit Summary
增加Alapin Dockerfile File Changes
A Dockerfile.alpine (32) A docker-entrypoint.sh (3) Patch Links:
https://github.com/hightman/xunsearch/pull/126.patch https://github.com/hightman/xunsearch/pull/126.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
使用了Alpine去构建镜像,可以使镜像大小缩减到42M。 日志直接输出到了
/dev/stdout
里面,不再像官方镜像写入到文件里。 编译的时候使用docker build -f ./Dockerfile.alpine --name hightman/xunsearch:alpine .
去构建即可。