F5F Stay Refreshed Power Users Networks IVRE Docker Setup

IVRE Docker Setup

IVRE Docker Setup

O
ofeliant
Member
174
02-11-2023, 07:00 PM
#1
Check the network configuration and ensure the container is properly exposed. Verify the IP assignment and firewall settings on your Mac. Confirm the Docker daemon is running and the container logs are being displayed correctly.
O
ofeliant
02-11-2023, 07:00 PM #1

Check the network configuration and ensure the container is properly exposed. Verify the IP assignment and firewall settings on your Mac. Confirm the Docker daemon is running and the container logs are being displayed correctly.

W
WastedSpace
Member
156
02-12-2023, 11:08 PM
#2
Have you confirmed the connection of the container's ports to your server ports?
W
WastedSpace
02-12-2023, 11:08 PM #2

Have you confirmed the connection of the container's ports to your server ports?

R
Rxnger
Member
198
02-13-2023, 12:45 AM
#3
Run the container using a command like docker run 489hjf4h -p 9090:9090
R
Rxnger
02-13-2023, 12:45 AM #3

Run the container using a command like docker run 489hjf4h -p 9090:9090

F
FoolOfHearts
Member
58
02-20-2023, 11:56 AM
#4
There isn't a helpful log available in the container.
F
FoolOfHearts
02-20-2023, 11:56 AM #4

There isn't a helpful log available in the container.

P
75
02-20-2023, 01:00 PM
#5
When using the -p flag, the system reports an error about the OCI runtime failing to start. It seems the executable isn't found in the PATH. Running without the flag avoids this issue, which might explain the connection problems. The portainer version shows a successful exit code, while manual container checks work fine.
P
PeruckeTuch332
02-20-2023, 01:00 PM #5

When using the -p flag, the system reports an error about the OCI runtime failing to start. It seems the executable isn't found in the PATH. Running without the flag avoids this issue, which might explain the connection problems. The portainer version shows a successful exit code, while manual container checks work fine.