]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
doc: remove docker autobuild doc from index.md
authornodiscc <nodiscc@gmail.com>
Sat, 9 Dec 2017 14:34:06 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2017 14:34:06 +0000 (15:34 +0100)
doc/md/index.md

index 1ffe682400b4f4ff790edeb33a7d3ba66f044c85..e77b4d3a18c59468663fbfbc0c783fb677222f03 100644 (file)
@@ -22,18 +22,6 @@ 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 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 \
-         -p 8000:80 \
-         -v $MY_SHAARLI_VOLUME:/var/www/shaarli/data \
-         shaarli/shaarli
-```
-
-A brief guide on getting starting using docker is given in [Docker 101](docker/docker-101).
-To learn more about user data and how to keep it across versions, please see [Upgrade and Migration](Upgrade-and-migration) documentation.
-
 ## Features
 
 Shaarli can be used: