all repos — litestore @ 84c4de48dddce5a5a7bf720fd9127f90766db821

A minimalist nosql document store.

Mentioned Docker in getting started.
h3rald h3rald@h3rald.com
Wed, 14 Apr 2021 02:09:39 +0000
commit

84c4de48dddce5a5a7bf720fd9127f90766db821

parent

1b1a8b87bffe756b6d4bf29a4a304fb7346f8178

1 files changed, 17 insertions(+), 0 deletions(-)

jump to
M src/admin/md/getting-started.mdsrc/admin/md/getting-started.md

@@ -8,6 +8,23 @@

* [LiteStore for Mac OS X (x64)](https://github.com/h3rald/litestore/releases/download/{{$version}}/litestore_{{$version}}_macosx_x64.zip) * [LiteStore for Windows (x64)](https://github.com/h3rald/litestore/releases/download/{{$version}}/litestore_{{$version}}_windows_x64.zip) * [LiteStore for Linux (x64)](https://github.com/h3rald/litestore/releases/download/{{$version}}/litestore_{{$version}}_linux_x64.zip) + +### Running a Docker image + +Official Docker images are available [on Docker Hub](https://hub.docker.com/repository/docker/h3rald/litestore). + +Just pull the latest version: + +[docker pull h3rald/litestore:{{$version}}](class:cmd) + +then start a container to run the image on port 9500: + +[docker run -p 9500:9500 martin/litestore:{{$version}} -a:0.0.0.0](class:cmd) + +> %tip% +> Tip +> +> The [Dockerfile](https://github.com/h3rald/litestore/blob/master/Dockerfile) used to create tbe image is available in root of tbe LiteStore Github repository. ### Installing using Nimble