Skip to content

Instantly share code, notes, and snippets.

@chrisedington
Created January 20, 2016 05:48
Show Gist options
  • Save chrisedington/a18c2e409730ad37fc67 to your computer and use it in GitHub Desktop.
Save chrisedington/a18c2e409730ad37fc67 to your computer and use it in GitHub Desktop.
Initialize Docker terminal with Fish shell
Fish shell didn't play well with Docker Quickstart Terminal at first, this seems to solve the problem.
Create a shell script named dockerup (chmod +x dockerup) and place it in /usr/bin/
To initialize the Docker terminal, you can "dockerup".
✘ 07:46 ~ cat /usr/bin/dockerup
#! /usr/local/bin/fish
sh '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh'
07:46 ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment