13

I've just installed Docker Toolbox on OSX, and the first time I launched Docker Quickstart Terminal it prompted me to choose which terminal to open in. I stupidly chose iTerm. Now, having realised my usual terminal these days is Terminal, I want to change that setting. But nothing I do seems to reset it.

I've tried running the installer for Docker Toolbox again. I've also tried running the uninstall script from https://github.com/docker/toolbox/blob/master/osx/uninstall.sh and then reinstalling. But every time I click Docker Quickstart Terminal it starts up in iTerm.

Can anyone tell me how I can change this preference?

And Finally
  • 5,602
  • 14
  • 70
  • 110

1 Answers1

38

After some digging, the default terminal setting seems to be located in

~/Library/Application Support/DockerToolbox/default_terminal 

...and can either be set to iTerm or Terminal.

The simplest way to set it is to remove the file and launch the docker quickstart terminal, that will allow it to prompt for the default once again.

Joachim Isaksson
  • 176,943
  • 25
  • 281
  • 294