With this Dockerfile you will generate a image of aMule. To be more accurate, the image only has the amule-dameon Debian package installed and it comes with the WebGUI configured as default. So the only way to interact with aMule is using the WebGUI.
To build the image just run this command:
docker build --no-cache --tag "aMule" Dockerfile
Change the path of configuration files folder, Downloaded files, temporary files and WebGUI login password. You can change the TCP/IP ports as well.
docker run -d --name "CONTAINER_NAME"
-e WEBUI_PWD=YOUR_PASSWORD \
-v 'PATH_WERE_SAVE_CONFIGURATION':'/home/amule/.aMule/' \
-v 'PATH_WHERE_SAVE_DOWNLOADED_FILES':'/Incoming' \
-v 'PATH_WHERE_STORE_ TEMPORAL_FILES':'/Temp' \
-p 4711:4711 \
-p 4662:4662 \
-p 4672:4672/udp \
fortu/amule
Just open a browser and conect to the 4711 port and use the password you set up before to login.

Content type
Image
Digest
Size
71.7 MB
Last updated
almost 6 years ago
docker pull fortu/amule