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
Additional information you deem important (e.g. issue happens only occasionally):
This happens with container images other than redis. It was just the easiest example I could provide.
Using echo y | docker-compose rm redis doesn't panic but returns EOF
(base) ➜ echo y | docker-compose rm redis
? Going to remove compose_testing-redis-1 (y/N) EOF
^[[69;254R^[[43;49R%
Description
Removing a container using
yes | docker-compose rm redis
causes the application to crash with a panic runtime error.Steps to reproduce the issue:
docker-compose up redis
yes | docker-compose rm redis
Describe the results you received:
Describe the results you expected:
No panic
Additional information you deem important (e.g. issue happens only occasionally):
This happens with container images other than redis. It was just the easiest example I could provide.
Using
echo y | docker-compose rm redis
doesn't panic but returns EOFThis issue does not happen with
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: