aMule Forum

English => en_Linux => Topic started by: PepitoGrilloOSX on March 03, 2021, 11:03:15 PM

Title: amuled/amuleweb in a Docker container
Post by: PepitoGrilloOSX on March 03, 2021, 11:03:15 PM
I just completed a few scripts to create a Docker image of a working amuled (in a container):

https://sourceforge.net/projects/amule-macos-binaries/files/amuled_docker.tar.gz (https://sourceforge.net/projects/amule-macos-binaries/files/amuled_docker.tar.gz)

Just un-tar in a directory and run:

$ tar xvzf amuled_docker.tar.gz
$ cd amuled_docker
$ amuled_build.sh
$ amuled_run.sh


The default password is "amuled" (check amule_run.sh if you want to modify that).
The daemon can be contacted with aMuleGUI at <HOST>:4712.
The web interface can be contacted at http://<HOST>:4711.