Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/docwhat/docker-image-gallery
- Owner: docwhat
- Created: 2016-03-08T04:29:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T02:09:06.000Z (over 3 years ago)
- Last Synced: 2024-08-01T12:21:42.238Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - docwhat/docker-image-gallery - A simple image gallery container, used for demo purposes (others)
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