Describe the bug
When using a custom-built LND image in a Polar network, the terminal window (launched via the "Terminal" button in the UI) opens for a fraction of a second and immediately closes. This prevents any CLI interaction with the custom node.
To Reproduce
Steps to reproduce the behavior:
- Build a custom LND Docker image (e.g., using a custom Dockerfile with specific user/group configurations).
- Add the custom image to Polar via Settings > Docker Images.
- Create a new network and add the custom LND node.
- Start the network.
- Click on the node and click the Terminal tab or button.
The terminal window pops up and crashes/exits instantly.
Expected behavior
The terminal should remain open and provide a functional shell session inside the running container.
Desktop (please complete the following information):
- OS: macOs 15.2
- Polar Version: 4.0.0
- Docker Version: 28.0.4
- Docker Compose Version: 2.34.0
Additional context
I haven't tried this with other node implementations aside LND.
The Dockerfile used can be found here.
Describe the bug
When using a custom-built LND image in a Polar network, the terminal window (launched via the "Terminal" button in the UI) opens for a fraction of a second and immediately closes. This prevents any CLI interaction with the custom node.
To Reproduce
Steps to reproduce the behavior:
The terminal window pops up and crashes/exits instantly.
Expected behavior
The terminal should remain open and provide a functional shell session inside the running container.
Desktop (please complete the following information):
Additional context
I haven't tried this with other node implementations aside LND.
The Dockerfile used can be found here.