# mldonkey docker image This repository host the Dockerfile for building mldonkey docker image.
340
This repository host the Dockerfile for building mldonkey docker image.
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.
Content type
Image
Digest
Size
59.7 MB
Last updated
almost 9 years ago
docker pull haocen/docker-mldonkey