Debian based image with Shaarli installed with an Apache webserver listening on port 80.
1.8K
This is a Debian based image with Shaarli installed with an Apache webserver listening on port 80.
docker run -d -p 8080:80 ahmet2mir/shaarli
with default config
user: "admin"
password: "password"
continent: "Europe"
city: "Paris"
title: "Shaarli"
lang: "fr"
Or your own
docker run -d -p 8080:80 --name shaarli \
-e SHAARLI_USER="admin" \
-e SHAARLI_PWD="StrongP4ssw0r$~d" \
-e SHAARLI_CONTINENT="Europe" \
-e SHAARLI_CITY="Paris" \
-e SHAARLI_TITLE="My Amazing Shaarli" \
-e LANG="fr" \
ahmet2mir/shaarli
You can use the fig http://fig.sh file and run it:
fig -p shaarli up -d
If you need to enter in the app, use docker exec since Docker 1.3 https://github.com/ahmet2mir/docker-memo
docker exec -it shaarli /bin/bash
or if fig used
docker exec -it shaarli_shaarli_1 /bin/bash
Then visit http://localhost:8080
Sometimes you need to check "Stay signed" to be able to login.
Content type
Image
Digest
sha256:68db44519…
Size
82 MB
Last updated
about 8 years ago
docker pull ahmet2mir/shaarli