Sign inSign up

haocen/docker-mldonkey

By haocen

•Updated almost 9 years ago

# mldonkey docker image This repository host the Dockerfile for building mldonkey docker image.

Image
0

340

haocen/docker-mldonkey repository overview

⁠mldonkey docker image

This repository host the Dockerfile for building mldonkey docker image.

⁠Usage

To run mldonkey using this image:

$ docker run -i -t mldonkey

You may change the admin password by using the comand useradd admin <password, or you can specify MLDONKEY_ADMIN_PASSWORD environment variable with a password:

$ docker run -i -t -e MLDONKEY_ADMIN_PASSWORD=supersecret mldonkey

mldonkey stores data inside /var/lib/mldonkey. You may want to mount the data directory to local filesystem. Doing this will persist the data when you re-create the docker container. It is also easier to get downloaded files this way.

$ docker run -i -t -v "`pwd`/data:/var/lib/mldonkey" mldonkey

Your data will be available under data/incoming directory where you run the docker run command.

Tag summary

Content type

Image

Digest

Size

59.7 MB

Last updated

almost 9 years ago

docker pull haocen/docker-mldonkey