linuxserver/snapdrop.

1,264,233 71 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/snapdrop
Build Time 14 Sep 2023 06:50:01
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-eac78009 14 Sep 2023 at 06:50:01

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  snapdrop:
    image: linuxserver/snapdrop:version-eac78009
    container_name: snapdrop
    restart: no

CLI

docker create \
  --name=snapdrop \  --restart no \
  linuxserver/snapdrop:version-eac78009