1.拉取镜像
docker pull linuxserver/qbittorrent
2.运行镜像
docker run -d \
--name=bt \
-e WEBUI_PORT=8080 \
-p 9821:6881 \
-p 9821:6881/udp \
-p 8080:8080 \
-v <宿主机目录>:/downloads \
--restart unless-stopped \
linuxserver/qbittorrent
3.浏览器打开地址http://localhost:8080/
网友评论