Stux
November 22, 2024, 8:03pm
4
There is no way currently to get a separate IP in your local network for apps. You would need to setup a custom yaml app if you would like to setup a static ip for an app.
You could vote for these features:
There is no way to bind an app’s port mapping to a specific IP address in Electric Eel beta.
If an IP Alias is added to an interface, then that IP Alias can be used when configuring port mapping in raw docker-compose.
eg:
ports:
- 192.168.0.40:80:80
Will bind port 80 on the host’s 192.168.0.40 IP alias to port 80 in the container.
Of course, for the above to work, the TrueNAS UI must first be bound to a specific IP instead of 0.0.0.0
Similarly, docker will bind to 0.0.0.0 by default,…
Problem/Justification
Add ability to use separate IPs on apps in Electric Eel. With GUI manageability.
Impact
It will be similar to a CORE jail.
User Story
I don’t think this needs much of a story. It’s very practical to have apps using their own network stack.
1 Like