Get started

One container. You need a Docker host with an optical drive.

1

Pull and run the container

docker run -d \
  --name mkv-auto \
  -p 8080:80 \
  -v mkv-data:/data \
  -v /dev/sr0:/dev/sr0 \
  --device=/dev/sr0 \
  --privileged \
  --restart unless-stopped \
  ghcr.io/mkv-auto/mkv-auto-release:latest

/dev/sr0 is your optical drive — change it if yours differs. mkv-data:/data keeps the database, settings, and rip output across restarts.

2

Open the app

Go to http://localhost:8080 (or your host's IP). The first-run setup wizard walks you through MakeMKV and your transfer destination.

3

Insert a disc

MKV Auto detects it, identifies it, and takes it from there.