roadmap
roadmap copied to clipboard
Feature request: Docker Desktop - Open in external terminal settings
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.