Hi all,
I saw few posts here about Docker image, but I’ve never found one still maintained and used - even official documentation does not mention that there is one.
So I’ve made one, looks like it’s working (at least for me). For now it allows only to setup OWNER, but I’ll improve it in the future when it’ll be needed.
From other features it can be easily scaled using Docker features.
Oh, that’s why I’ve missed it - thought it’s Docker image related to UmbrelOS, not to Autonomi itself. That one is robust, mine simply spins up safeup node, no GUI, just volumes for files and logs. Dead simple in comparison
Well, I’ll keep this image updated for now, maybe someone will need something simple. I’ll probably add few configuration features once I’ll have time for that, as this image is on alpine and only starts one node, it’s not resource intensive in any way (apart from how node itself needs resources). Maybe there will be some specific case when this is better
Hey @skenior, thank you again for doing this!
Are you planning to update this to the new network iteration (happening today/tomorrow, apparently)?
I tested the image on Synology NAS and it seemed to work, although I’m not sure how to change port for single nodes, since I’m using the standard diskstation docker graphic interface, not composer.
Maybe @Eureka18 can chip in on that?
@stout77 Docker image itself uses 42069 internally, and you can set up whatever port you’d like - you just need to redirect your port (let’s say 50000) to 42069 for image, everything else Docker will do automagically Can’t say on if it’s possible on Synology, or how to set it up it there.
As for updating - of course, as soon as possible
Great, thank you.
Just to clarify, for multiple containers, you would map, say
container 1, port 50000 to port 42069
container 2, port 50001 to same port 42069
And open ports 50000 and 50001 in the router to whatever is the IP of the docker host?
Exactly. 42069 is internal, and you can expose it with different value, like you said, port forward it from your router to the NAS and everything should work automagically