Display a picture of your favourite list randomly. origin
You need Docker installed first, then:
- Pick your favourite pictures and copy them into a folder (sub-folders are supported), like:
~/Pictures $ ls -l
1.jpg
2.jpg
3.jpg
4.jpg
5.jpgThe list of supported formats are in MainVerticle#ACCEPTABLE_FILES
- Let's go!
Mount the folder and start:
docker run --rm -p 8080:8080 -v your/favourite/folder:/app/favourite thnuiwelr/randompictureFinally visit localhost:8080.
GPL-v3