Title logo
linuxserver/headphones.

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

88,853,660 220 arm64 amd64 Deprecated

Build Information

General build information for this image

Docker Hub linuxserver/headphones
Build Time 17 Oct 2023 13:26:28
Synchronised Yes
Stable Yes
Deprecated Yes

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-a78f38c1 17 Oct 2023 at 13:26:28

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  headphones:
    image: linuxserver/headphones:version-a78f38c1
    container_name: headphones
    restart: no

CLI

docker create \
  --name=headphones \  --restart no \
  linuxserver/headphones:version-a78f38c1