Sign inSign up

coffeeit/leanote

By coffeeit

Updated over 7 years ago

Works on alpine:3.8 & leanote-server v2.6.1

Image
0

284

coffeeit/leanote repository overview

Its just install mongodb, preconfigure db, then start mongo and leanote-server.

Important:

Container after start checks that the database exist, if true, it just starts the server, else init new base!

For review, just run the container:
$ docker run -d coffeeit/leanote
but

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

Tag summary

Content type

Image

Digest

Size

110.6 MB

Last updated

over 7 years ago

docker pull coffeeit/leanote