You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible, I've reproduced the issue using the 'main' branch of this project
Steps to reproduce
Any time I run (or create then start) a container, when it stops it disappears and is no longer found (ls -a does not show it, any attempt to reference it in a command says it cannot be found).
I would supply logs but since the container is not found I cannot.
This is especially problematic if the container does not start properly due to soem error, then it gets removed and so you cannot view the logs to find out anything about the error.
Current behavior
See above.
Expected behavior
Unless '--rm' is specified at create or run time, the container should remain after it has stopped.