Skip to content

zxfishhack/leanote-docker

Repository files navigation

leanote-docker

leanote容器镜像生成

Build

运行./build.sh可生成leanote容器镜像,使用github.com/leanote/leanote的最新版本进行构建。

Options

  1. build.sh脚本所在目录含有app.conf,则会使用app.conf覆盖默认。
  2. build.sh脚本所在目录含有run.sh,则会使用run.sh覆盖默认。

Use

容器中的/leanote/src/github.com/leanote/leanote/files/leanote/src/github.com/leanote/leanote/public/upload路径为上传的文件所存放的路径,使用时需映射,否则存在文件丢失的可能。

docker run -v <主机目录>:/leanote/src/github.com/leanote/leanote/files -v <主机目录>:/leanote/src/github.com/leanote/leanote/public/upload -p 9000:9000 leanote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published