mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #563] [bug] komodo cannot stop containers because is using wrong container name in command line #4996
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tipiak99 on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/563
Hi
Issue with docker stop command from komodo :
My container name is :
realtime-dev.supabase-realtimeBut Komodo is launching the following command changing the dot with an underscore:
docker stop realtime-dev_supabase-realtimeas a consequence it throw an error : Error response from daemon: No such container: realtime-dev_supabase-realtime
Issue seems to be located only with the stop command, all other commands are using the correct name
thanks!
@Tipiak99 commented on GitHub (Jun 7, 2025):
hi,
issue is still there in v18.1
@Tipiak99 commented on GitHub (Jun 7, 2025):
@mbecker20
@dbswarco commented on GitHub (Jun 10, 2025):
I'm new to Komodo but just ran across this same issue. In my situation it's case-sensitivity. The container name is something like "Apple", but the command Komodo attempts to run is "docker stop apple && docker container rm Apple".
@mbecker20 commented on GitHub (Jun 16, 2025):
Hi, it should be fixed in 1.18.2, please confirm and I will close
@Tipiak99 commented on GitHub (Jun 16, 2025):
I confirm that it is now working as expected with the last version.
thanks!!