You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For accessing the orchestrator (index-page or packages etc) the available address in LAN-setup is gotten from an environment variable which means in order to set it up one needs to either:
A)
1. Start up the container and while it is running, check the container for ip address X e.g. with sudo docker container inspect <container>
2. Shut down the container, set environment variable PUBLIC_HOST=http://<X>
3. Start up the container again with the available address now set
B) Guess what public IP-address X the container will be assigned to in advance, saving from the trouble of starting it up twice
The text was updated successfully, but these errors were encountered:
trkks
changed the title
Get public LAN IP address of orchestrator at runtime
Get public LAN IP address of orchestrator ~~at runtime~~ automatically
May 26, 2023
trkks
changed the title
Get public LAN IP address of orchestrator ~~at runtime~~ automatically
Get public LAN IP address of orchestrator ~at runtime~ automatically
May 26, 2023
trkks
changed the title
Get public LAN IP address of orchestrator ~at runtime~ automatically
Get public LAN IP address of orchestrator ~~~at runtime~~~ automatically
May 26, 2023
trkks
changed the title
Get public LAN IP address of orchestrator ~~~at runtime~~~ automatically
Get public LAN IP address of orchestrator automatically
May 26, 2023
For accessing the orchestrator (index-page or packages etc) the available address in LAN-setup is gotten from an environment variable which means in order to set it up one needs to either:
A)
1. Start up the container and while it is running, check the container for ip address
X
e.g. withsudo docker container inspect <container>
2. Shut down the container, set environment variable
PUBLIC_HOST=http://<X>
3. Start up the container again with the available address now set
B) Guess what public IP-address
X
the container will be assigned to in advance, saving from the trouble of starting it up twiceThe text was updated successfully, but these errors were encountered: