Skip to content

thibmaek/kid3-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kid3-docker

baseimage-gui image with Kid3 installed.

This image is available on both Docker Hub and Github Container Registry. Please use ghcr since the Docker hub one might dissapear at any given time.

Installing

Via Docker Registry

$ docker pull ghcr.io/thibmaek/kid3-docker
$ docker run -itd -v ./music:/music:rw -v ./config:/config:rw --name kid3 thibmaek/kid3

Via Docker Compose

See [docker-compose.yaml][./docker-compose.yaml]

$ docker-compose up -d

# Or using local build:
$ docker-compose -f docker-compose.local.yaml up -d