Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/docwhat/docker-image-gallery

A simple image gallery container, used for demo purposes
https://github.com/docwhat/docker-image-gallery

Last synced: 2 days ago
JSON representation

A simple image gallery container, used for demo purposes

Awesome Lists containing this project

README

        

Simple Image Gallery
====================

A simple way photo gallery container using
[fgallery](https://github.com/wavexx/fgallery).

Usage
-----

At its core, this uses the [nginx container](https://hub.docker.com/\_/nginx/).

Images to put in the gallery should be in the `/images` directory.

docker run \
--rm \
-v ~/Downloads/kittens:/images:ro \
-p 80:80 \
-e "GALLERY_TITLE=My Photos" \
docwhat/image-gallery