DomiStyle / docker-idrac6

iDRAC 6 web interface and VNC proxy
https://hub.docker.com/r/domistyle/idrac6/
MIT License
778 stars 142 forks source link

unRaid docker image not working #36

Closed jarrodCoombes closed 2 years ago

jarrodCoombes commented 2 years ago

When I go to install the unraid docker version, the docker won't launch.

Log: time="2021-12-28T15:38:58.764125699-08:00" level=error msg="bbd98ab026faa7370d9ce5a1ca28cec6123a1b9bb3e5946a8fb97d8b06bf871a cleanup: failed to delete container from containerd: no such container"

jarrodCoombes commented 2 years ago

Turns out it was an IP conflict with another container. No clue why this was not simply logged somewhere, but it took me manually creating and trying to run this container to get:

docker: Error response from daemon: Address already in use.

From there I could work it was the ip conflict. Hopefully this helps someone else.