aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/index.md')
-rw-r--r--doc/md/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/md/index.md b/doc/md/index.md
index 5f10227f..f83d1702 100644
--- a/doc/md/index.md
+++ b/doc/md/index.md
@@ -22,7 +22,7 @@ It runs the latest development version of Shaarli and is updated/reset daily.
22 22
23Login: `demo`; Password: `demo` 23Login: `demo`; Password: `demo`
24 24
25Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For an example to start a temporary Shaarli at ``localhost:8000``, and to keeps the data you create (config, storage) during the session: 25Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For an example to start a temporary Shaarli at ``localhost:8000``, and keep the data you create (config, storage) during the session:
26``` 26```
27MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P) 27MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P)
28docker run -ti --rm \ 28docker run -ti --rm \
@@ -32,7 +32,6 @@ docker run -ti --rm \
32``` 32```
33 33
34A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101). 34A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101).
35
36To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation. 35To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation.
37 36
38## Features 37## Features