aMule Forum

English => Multiplatform => Mac OSX => Topic started by: PepitoGrilloOSX on March 08, 2021, 05:31:14 PM

Title: amuled/amuleweb in a Docker container with Docker Desktop for Mac
Post by: PepitoGrilloOSX on March 08, 2021, 05:31:14 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.

This is useful for easily setup an amule daemon also in macOS, making use if Docker Desktop for Mac (intel or M1 Tech Preview).

Intel:
https://www.docker.com/products/docker-desktop (https://www.docker.com/products/docker-desktop)

Apple Silicon:
https://docs.docker.com/docker-for-mac/apple-m1/ (https://docs.docker.com/docker-for-mac/apple-m1/)