Unanswered
///[Please Note, All The Below Was Executed On The Command Line Of The Compute Node,
Hi VivaciousPenguin66 , this is actually a docker/OS issue - basically, the port (8001) is already in use. I suspect this is because you've used --ipc=host
which means this port is probably in use in the host machine, and since the docker is sharing the host system's IPC namespace, you get this error. I'm actually not sure --ipc=host
can be used in conjunction with the -p ...
directive (I'd start by using either the IPC or the ports mapping, but not both, and see how it works)
149 Views
0
Answers
3 years ago
one year ago