docker-py icon indicating copy to clipboard operation
docker-py copied to clipboard

Remove and return container when start fails

Open gringolito opened this issue 1 year ago • 0 comments

When the container fail to start and the user has set the remove flag we should remove the containter, also if the flag is not set, we lose track of the container, leaving it dangling on the system. By adding this execption return whenever the container fails to start we provide means to the user to remove the container if needed.

gringolito avatar Sep 12 '24 20:09 gringolito