diff options
Diffstat (limited to 'doc/md/index.md')
-rw-r--r-- | doc/md/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/index.md b/doc/md/index.md index f83d1702..2b7d0f00 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 | ||
23 | Login: `demo`; Password: `demo` | 23 | Login: `demo`; Password: `demo` |
24 | 24 | ||
25 | Docker 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: | 25 | Docker users can start a personal instance from an [autobuild image](https://hub.docker.com/r/shaarli/shaarli/). For example to start a temporary Shaarli at ``localhost:8000``, and keep session data (config, storage): |
26 | ``` | 26 | ``` |
27 | MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P) | 27 | MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P) |
28 | docker run -ti --rm \ | 28 | docker run -ti --rm \ |