Docker quickstart: one more grammar mistake. Made it a bit more terse.

This commit is contained in:
B. van Berkum 2017-10-03 01:03:27 +02:00
parent 62a8b0ff6e
commit 2f65b3dd53
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ It runs the latest development version of Shaarli and is updated/reset daily.
Login: `demo`; Password: `demo`
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:
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):
```
MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P)
docker run -ti --rm \