linuxserver/spotube.

13,300 0 unknown arm64 amd64 unknown

Build Information

General build information for this image

Docker Hub linuxserver/spotube
Build Time 04 Apr 2025 14:41:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 04 Apr 2025 at 14:41:50

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  spotube:
    image: linuxserver/spotube:latest
    container_name: spotube
    restart: no

CLI

docker create \
  --name=spotube \  --restart no \
  linuxserver/spotube:latest