hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.65k stars 391 forks source link

增加Alapin Dockerfile #126

Closed lyt8384 closed 3 years ago

lyt8384 commented 3 years ago

使用了Alpine去构建镜像,可以使镜像大小缩减到42M。 日志直接输出到了/dev/stdout里面,不再像官方镜像写入到文件里。 编译的时候使用docker build -f ./Dockerfile.alpine --name hightman/xunsearch:alpine . 去构建即可。

hightman commented 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.