[GH-ISSUE #563] [bug] komodo cannot stop containers because is using wrong container name in command line #7347

Closed
opened 2026-04-27 20:57:19 -05:00 by GiteaMirror · 5 comments
Owner

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-realtime

But Komodo is launching the following command changing the dot with an underscore:
docker stop realtime-dev_supabase-realtime

as 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!

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-realtime` But Komodo is launching the following command changing the dot with an underscore: `docker stop realtime-dev_supabase-realtime` as 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!
Author
Owner

@Tipiak99 commented on GitHub (Jun 7, 2025):

hi,

issue is still there in v18.1

<!-- gh-comment-id:2952201572 --> @Tipiak99 commented on GitHub (Jun 7, 2025): hi, issue is still there in v18.1
Author
Owner

@Tipiak99 commented on GitHub (Jun 7, 2025):

@mbecker20

<!-- gh-comment-id:2952213006 --> @Tipiak99 commented on GitHub (Jun 7, 2025): @mbecker20
Author
Owner

@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".

<!-- gh-comment-id:2959804116 --> @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 **a**pple && docker container rm **A**pple".
Author
Owner

@mbecker20 commented on GitHub (Jun 16, 2025):

Hi, it should be fixed in 1.18.2, please confirm and I will close

<!-- gh-comment-id:2975070951 --> @mbecker20 commented on GitHub (Jun 16, 2025): Hi, it should be fixed in 1.18.2, please confirm and I will close
Author
Owner

@Tipiak99 commented on GitHub (Jun 16, 2025):

Hi, it should be fixed in 1.18.2, please confirm and I will close

I confirm that it is now working as expected with the last version.

thanks!!

<!-- gh-comment-id:2977710400 --> @Tipiak99 commented on GitHub (Jun 16, 2025): > Hi, it should be fixed in 1.18.2, please confirm and I will close I confirm that it is now working as expected with the last version. thanks!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#7347