denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
77 stars 48 forks source link

Missing Container State: removing #90

Closed vst closed 2 years ago

vst commented 2 years ago

By luck (or not), we have seen this:

DockerClientDecodeError "Error in $[1].State: Unknown Status: String \"removing\""

This was thrown while the client requested the state of a container that was being removed.

jprider63 commented 2 years ago

Sorry for the delay. This should be fixed with #101. Can you let us know if that works for you?

vst commented 2 years ago

Looks good to me. I do not know if I can reproduce that state easily, but I will give it a try today.

jprider63 commented 2 years ago

Ok, let us know. It's simple enough that I'm fine with merging. Thanks for the report!

vst commented 2 years ago

Ok, let us know. It's simple enough that I'm fine with merging. Thanks for the report!

Agreed. Thanks a lot for attending it.