linuxserver/snapdrop.

1,351,151 78 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/snapdrop
Build Time 02 May 2024 06:50:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-eac78009 02 May 2024 at 06:50:24

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