Hi Guys
Does anyone know if you can change the command that is run when you click the CLI button in the Dashboard in Docker Desktop?
At the moment the CLI buttons opens a shell and runs a command like this…
docker exec -it 1ca6d404c8ff31137287160a364eefdad2bcd821cc55b51a01b3bd9 /bin/sh; exit
I’d like it to execute /bin/bash; rather than /bin/sh;
Any help would be appreciated.