Sign inSign up

3xpo/alpine-qb

By 3xpo

Updated over 1 year ago

A qbittorrent image with wireguard support

Image
0

7.6K

3xpo/alpine-qb repository overview

alpine-qb

An alpine-based image for qbittorrent.

See also @3xpo/alpine-vuetorrent.

I am not responsible for any legality-related side-effects your use of this image may have. Torrent legally and responsibly ;)

Volumes

  • ${HOME}/.config/qBittorrent: qBittorrent Config
  • ${HOME}/Downloads: Default Downloads directory

Example Usage

Docker/Podman Run
  • docker run -it --rm -p 127.0.0.1:8080:8080 -v "/etc/qbittorrent:/home/qb/.config/qBittorrent:rw" -v "$HOME/qBittorrent-Downloads:/home/qb/Downloads" docker.io/3xpo/alpine-qb:latest
  • podman run -it --rm -p 127.0.0.1:8080:8080 -v "/etc/qbittorrent:/home/qb/.config/qBittorrent:rw" -v "$HOME/qBittorrent-Downloads:/home/qb/Downloads:rw" docker.io/3xpo/alpine-qb:latest
Docker/Podman Compose
services:
  qbittorrent:
    image: docker.io/3xpo/alpine-qb:latest
    ports:
      - '127.0.0.1:8080:8080'
    volumes:
      - '/etc/qbittorrent:/home/qb/.config/qBittorrent:rw'
      - '/home/<username>/qBittorrent-Downloads:/home/qb/Downloads:rw'

(you will need to run <docker|podman> compose logs qbittorrent on first launch to get the one-time password)

Tag summary

Content type

Image

Digest

sha256:beca02517

Size

44.9 MB

Last updated

over 1 year ago

docker pull 3xpo/alpine-qb