aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-12-09 15:34:06 +0100
committerGitHub <noreply@github.com>2017-12-09 15:34:06 +0100
commitebc7ec7c1cc858943427b74add6fc609f234c2bb (patch)
tree8d6ba42d76acf6a26cef41ca59f17388e38b8ddd /doc
parent60ca6354bd1fe4acace21029389f23fa95257526 (diff)
downloadShaarli-ebc7ec7c1cc858943427b74add6fc609f234c2bb.tar.gz
Shaarli-ebc7ec7c1cc858943427b74add6fc609f234c2bb.tar.zst
Shaarli-ebc7ec7c1cc858943427b74add6fc609f234c2bb.zip
doc: remove docker autobuild doc from index.md
Diffstat (limited to 'doc')
-rw-r--r--doc/md/index.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/md/index.md b/doc/md/index.md
index 1ffe6824..e77b4d3a 100644
--- a/doc/md/index.md
+++ b/doc/md/index.md
@@ -22,18 +22,6 @@ 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 example to start a temporary Shaarli at ``localhost:8000``, and keep session data (config, storage):
26```
27MY_SHAARLI_VOLUME=$(cd /path/to/shaarli/data/ && pwd -P)
28docker run -ti --rm \
29 -p 8000:80 \
30 -v $MY_SHAARLI_VOLUME:/var/www/shaarli/data \
31 shaarli/shaarli
32```
33
34A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101).
35To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation.
36
37## Features 25## Features
38 26
39Shaarli can be used: 27Shaarli can be used: