Title logo
linuxserver/headphones.

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

88,272,281 211 amd64 arm arm64

Build Information

General build information for this image

Docker Hub linuxserver/headphones
Build Time 09 Mar 2023 14:55:17
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest version-a78f38c1 09 Mar 2023 at 14:55:17

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