gpouilloux / gnome-shell-extension-docker

An extension for managing docker containers
GNU General Public License v3.0
146 stars 71 forks source link

sh instead of bash #60

Open ayoppa opened 4 years ago

ayoppa commented 4 years ago

Hi, I have many containers based on alpine using sh and missing bash, so I think that switching the exec command to "sh -l" would give more compatibility to this great extension. Many thanks

Michele

alessandrodolci commented 4 years ago

Hello Michele,

in case you're referring to the Open shell command, the extension already addresses such a scenario, falling back to launching /bin/sh when /bin/bash does not exist. Are you experiencing a different behavior?

ayoppa commented 4 years ago

It seems I was running a fork from this extension missing/cutting this feature. Sorry from my confusing. I switched to this one and runs quickly and perfectly. Many thanks

Michele

alessandrodolci commented 4 years ago

I see, this feature has only recently been added, so it could be that someone else had implemented it in a different way. Glad you solved your issue.