linuxserver/spotube.

11,293 0 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/spotube
Build Time 16 Mar 2025 19:19:52
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 16 Mar 2025 at 19:19:45

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