roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Feature request: Docker Desktop - Open in external terminal⁠ settings

Open tsamu opened this issue 1 year ago • 0 comments

Docker Desktop should make an option in the settings to Open external terminal⁠ /bin/bash instead of /bin/sh (Exec tab)

Now it's docker exec -it containerid /bin/sh

I can hack it with a /bin/sh symlink inside the container, but it would be nice to be able to set the Docker desktop globally.

tsamu avatar Jan 09 '25 10:01 tsamu