-
Notifications
You must be signed in to change notification settings - Fork 0
create lnd Docker container based on alpine and FROM scratch #12
Comments
Have you worked on a way to automate the following?
|
Create wallet should not happen automatically, but during the initial setup. Unlock: yes I have a script for that, I'll share it a bit later, admittedly it wasn't trivial to figure it out 😅 |
|
Thanks this is useful information. Yes createwallet shouldn't happen, but it needs to be controllable through another interface |
REST interface perhaps, or RPC from Go code directly - but that requires deeper look. |
@nolim1t I just took a look at the A few topics though:
|
Ah, I see you just copied the image from their official repo. I think we should try getting rid of their |
I haven’t had a chance to look at it too much but seeing you did claim that lnd works with a pruned node I’ll give it a try again. |
I'm pretty sure we don't want to re-write autopilot logic which c-lightning currently lacks, so going ahead with |
After digging-in for a while, having it run That being said, I think we can live with the enormous overhead that I got lnd cross-compilation to work well already, except I'm not yet sure what exactly to expose in the final image… |
this is done and actually working with the alpine images with lncm/pi-factory |
This can be useful:
https://medium.com/@pierreprinetti/the-go-1-11-dockerfile-a3218319d191
The text was updated successfully, but these errors were encountered: