DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.13k stars 106 forks source link

[Improvement] Exec: Auto detect shell #267

Open stokito opened 3 years ago

stokito commented 3 years ago

Instead of settings for sh/bash we can auto detect shell: if container has bash call it, otherwise fallback to sh. See https://github.com/moby/moby/issues/41702 for details