A simple way photo gallery container using fgallery.
At its core, this uses the nginx container.
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