Closed reybango closed 1 year ago
Hello,
Sorry for the inconvenience, that is the first time I see this error / use case ...
Can you run the following commands ?
docker ps -a
docker inspect exegol-demo
Thank you for your report and your help!
@Dramelac No worries at all. Thanks for helping me out. I spent some time after trying to troubleshoot it so I did remove some of the containers and tried to recreate them but still had the same error.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
88ddcea4948e hello-world "/hello" 9 hours ago Exited (0) 9 hours ago loving_shockley
a3c370910e2a hello-world "/hello" 10 hours ago Exited (0) 10 hours ago hungry_austin
@Dramelac I reinstalled everything from scratch and now it's working. I can access the containers based off of the images. Not sure what the issue was but it seems reinstalling everything fixed it.
Did you install docker in rootless mode the first time ? I dont really now why your docker was behaving like that, my only idea is that your where in docker rootless mode and your daemon docker had some user container and root container
TLDR: If you were in docker rootless mode, Exegol wrapper doesn't support it (yet)
I think he was, as per https://github.com/ThePorgs/Exegol/issues/146
@Dramelac not sure but @ShutdownRepo said, I may have been. I've since reinstalled everything from scratch and it's working as expected now.
Describe the bug
When trying to create a new container using the 'light' image, I get the following error message:
Steps To Reproduce
exegol start
and followed the prompts to create the new container from the 'light' imageError will follow afterwards.
Exegol Wrapper Version
Host OS
Linux
Configuration of the concerned container
Execution logs in debug mode
Exception
No response
Anything else?
No response