aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled/amuleweb in a Docker container with Docker Desktop for Mac  (Read 6166 times)

PepitoGrilloOSX

  • Official OSX Packager
  • Global Moderator
  • Approved Newbie
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 47

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

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

Apple Silicon:
https://docs.docker.com/docker-for-mac/apple-m1/
« Last Edit: March 09, 2021, 08:41:25 PM by PepitoGrilloOSX »
Logged