aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/docker
Commit message (Collapse)AuthorAgeFilesLines
* doc: reverse proxy config: proxypreservehost: wording, link to apache ↵nodiscc2018-07-081-2/+2
| | | | documentation, typo
* Include ProxyPreserveHost directive in Apache's proxy docArthurHoaro2018-07-051-1/+4
|
* Docker: expose a volume for the thumbnail cacheVirtualTam2018-07-051-6/+29
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* docker: update image and usage documentationVirtualTam2018-06-171-4/+10
| | | | | | Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* doc: fix link to dockerfilesnodiscc2018-01-131-1/+1
|
* doc: docker: add links to docker build and qemu documentationnodiscc2018-01-121-1/+1
|
* doc: docker: remove armhf tags, add link to Dockerfilesnodiscc2018-01-121-3/+1
|
* doc: add armhf docker imagesnodiscc2018-01-051-0/+3
|
* doc: move docker autobuild from index.md to shaarli-images.mdnodiscc2017-12-091-0/+11
|
* move docker-101 reference from index.md to docker-images.mdnodiscc2017-12-091-0/+3
|
* Merge pull request #1004 from virtualtam/doc/docker/reverse-proxyVirtualTam2017-10-221-1/+115
|\ | | | | Documentation: add reverse proxy examples for Docker images
| * Documentation: add reverse proxy examples for Docker imagesVirtualTam2017-10-221-1/+115
| | | | | | | | | | | | Closes https://github.com/shaarli/Shaarli/issues/888 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | docker: add 'latest' imageVirtualTam2017-10-211-2/+11
|/ | | | | | | | This implies the following changes: - `shaarli/shaarli:latest` will now point to the `latest` release - `shaarli/shaarli:master` will point to the `master` branch Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Minor docker-101 doc updates, typos fixed #983B. van Berkum2017-10-061-11/+9
|
* Docker-101: added working systemd config exampleB. van Berkum2017-10-031-0/+47
|
* Typo's, unified structure a bit.B. van Berkum2017-10-031-8/+4
| | | | | | - Fixes inevitable typo that crept in. - Removed some blank lines, newlines, to match established whitespace use better. - Minor grammar improvement.
* Docker 101: container start and cleanupB. van Berkum2017-10-031-0/+37
|
* docker: remove `dev` image, update documentationVirtualTam2017-07-294-0/+158
Relates to https://github.com/shaarli/Shaarli/issues/843 Changed: - Update Docker image list - Update Docker documentation structure Removed: - Delete Dockerfile and resources for the `dev` image - Cleanup `doc/` resources Signed-off-by: VirtualTam <virtualtam@flibidi.net>