Title logo
linuxserver/photoshow.

A Photoshow container, brought to you by LinuxServer.io.

8,371,583 75 amd64 arm64 arm Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/photoshow
Build Time 14 Oct 2022 16:33:58
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-48aabb98 14 Oct 2022 at 16:33:58

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  photoshow:
    image: linuxserver/photoshow:version-48aabb98
    container_name: photoshow
    restart: no

CLI

docker create \
  --name=photoshow \  --restart no \
  linuxserver/photoshow:version-48aabb98