Works on alpine:3.8 & leanote-server v2.6.1
284
Its just install mongodb, preconfigure db, then start mongo and leanote-server.
Container after start checks that the database exist, if true, it just starts the server, else init new base!
$ docker run -d coffeeit/leanote
if you don't want to lose your data, then mount the directory into a container
$ docker run -d -v /PATH/TO/HOSTDIR/:/CONTAINER_DIR/ coffeeit/leanote
Content type
Image
Digest
Size
110.6 MB
Last updated
over 7 years ago
docker pull coffeeit/leanote