docker-utorrent
Docker image to run the utorrent server.
Run
Run via Docker CLI client
To run the utorrent container you can execute:
docker run -d
--name utorrent
-v :/data
-v :/utorrent
-p 8080:8080
-p 6881:6881
suxin1110/utorrent
Open a browser and point your to http://docker-host:8080/gui admin/Passw0rd
change and to 777(chmod 777 *)
Run via Docker Compose
You can also run the utorrent container by using Docker Compose.
Create your Docker Compose file (docker-compose.yml) using the following YAML snippet:
utorrent: image: suxin1110/utorrent container_name: utorrent volumes: - :/data - :/utorrent ports: - 8080:8080 - 6881:6881 restart: always Configuration
Volumes
Please mount the following volumes inside your utorrent container:
/utorrent: Holds all the utorrent settings files and databases /data: Directory for your downloaded media
Content type
Image
Digest
Size
68.8 MB
Last updated
about 9 years ago
docker pull suxin1110/utorrent