Earlier quoted context omitted.
It looks like Kitematic uses VirtualBox, a VM. Aside from the GUI, how does it differ from Boot2Docker, which is what the Docker web site tells you to use on a Mac?
- Automatically creates a folder under ~/Kitematic for each Volume. - One click NSEnter into any container. - Any container can be accessed at .dev (automatically sets up a DNS for you, so you can connect a database too using that URL). We're really just trying to make Docker easier to use for Mac right now.
Kitematic – The easiest way to start using Docker on your Mac
11–20 of 48 posts
Re: Kitematic – The easiest way to start using Docker on your Mac
#12Re: Kitematic – The easiest way to start using Docker on your Mac
#13Earlier quoted context omitted.
It looks like Kitematic uses VirtualBox, a VM. Aside from the GUI, how does it differ from Boot2Docker, which is what the Docker web site tells you to use on a Mac?
- Automatically creates a folder under ~/Kitematic for each Volume. - One click NSEnter into any container. - Any container can be accessed at .dev (automatically sets up a DNS for you, so you can connect a database too using that URL). We're really just trying to make Docker easier to use for Mac right now.
Re: Kitematic – The easiest way to start using Docker on your Mac
#14Great idea, unfortunately in my case the setup phase gets stuck on 'Setting up the default Kinematic images...'.
Let me know if it works! Feel free to hop in our HipChat support as well. :)
Re: Kitematic – The easiest way to start using Docker on your Mac
#15Great idea, unfortunately in my case the setup phase gets stuck on 'Setting up the default Kinematic images...'.
Kitematic seems to have a conflict with older versions of boot2docker at the moment. We're still looking into this issue.
In the meantime, some of our users have found success in doing this:
1. In the terminal run boot2docker delete 2. Open Virtualbox and delete the boot2docker vm 3. Delete all the host-only networks under VirtualBox=>Preferences=>Network=>Host-only networks tab 4. Run the installer again
Sorry about all the trouble. We're looking into fixes.
Re: Kitematic – The easiest way to start using Docker on your Mac
#16Re: Kitematic – The easiest way to start using Docker on your Mac
#17Great work, guys! I just wanted to let everyone know that there's a HipChat support room[1] for this project, the creators are there and super helpful. Jeffrey and Michael definitely just set a new bar for open-source project support. [1] https://www.hipchat.com/giAT9Fqb5
Re: Kitematic – The easiest way to start using Docker on your Mac
#18Aw what! Why is this OS X only? :-( EDIT: Never mind, forgot I had a mac.
It solves a very specific problem - using Docker on OS X is a giant pain. It's pretty easy on something like Ubuntu, but for Mac the typical solution involves Vagrant + a VM, so startup times are slow, it eats a lot of memory and CPU, etc.
Re: Kitematic – The easiest way to start using Docker on your Mac
#19I am not clear what kitematic is exactly. A UI on top of docker?