-3

I just installed Boot2Docker on my OSX and it appears to be working opening it by clicking on the icon loads everything in the bash shell.

I have iterm2 set as my default and inside iterm2 I use zsh.

Anyone know a work around on this?

Thanks

Martin
  • 23,844
  • 55
  • 201
  • 327

1 Answers1

1

To use boot2docker, just open your regular terminal and do:

$ boot2docker up
$ $(boot2docker shellinit)

You should then be able to run regular Docker commands:

$ docker run -it supertest2014/nyan
...
Adrian Mouat
  • 44,585
  • 16
  • 110
  • 102