Anyone can share their experiences with Kitematic?
The easiest way to use Docker on your Mac
11–20 of 62 posts
Re: The easiest way to use Docker on your Mac
#12Yeah. Call me crazy, but I honestly think that makes a whole lot of sense.
Re: The easiest way to use Docker on your Mac
#13I wanted to use Kitematic as a way to get our non-CLI savvy designers up and running with our software stack on docker. They key feature missing IMO is the ability to "open" a docker-compose.yml file. I want the ability for a designer to select "file open" and then select the docker-compose.yml file to "launch" our stack. Without that, it seems like you still need to rely on the docker-cli to build images from a Dock…
Has it gotten better, is there a trick you're using, or am I hitting an edge case you don't have?
Re: The easiest way to use Docker on your Mac
#14Your other options on Mac are Vagrant's docker provider -- which is nice, but I agree in general with the sentiment that it is even nicer to just use Linux natively.
Re: The easiest way to use Docker on your Mac
#15I'll just go ahead and take the downvotes for suggesting that people who want to use Linux-technology, like Docker, within their OS should just use Linux as their OS. Yeah. Call me crazy, but I honestly think that makes a whole lot of sense.
Re: The easiest way to use Docker on your Mac
#16I'll just go ahead and take the downvotes for suggesting that people who want to use Linux-technology, like Docker, within their OS should just use Linux as their OS. Yeah. Call me crazy, but I honestly think that makes a whole lot of sense.
Re: The easiest way to use Docker on your Mac
#17I'll just go ahead and take the downvotes for suggesting that people who want to use Linux-technology, like Docker, within their OS should just use Linux as their OS. Yeah. Call me crazy, but I honestly think that makes a whole lot of sense.
Re: The easiest way to use Docker on your Mac
#18I'll just go ahead and take the downvotes for suggesting that people who want to use Linux-technology, like Docker, within their OS should just use Linux as their OS. Yeah. Call me crazy, but I honestly think that makes a whole lot of sense.
I will play devil's advocate to your comment and say that it's my impression that the benefits of Docker are such that I can use whatever I want, including OS X, and let the containers be whatever OS suits them. So if I want to do my primary development on a Mac but my prod environment is CentOS, it doesn't really matter since my container is Ubuntu anyway. And I get to use my nice, native toolchain for development,…
Re: The easiest way to use Docker on your Mac
#19I wanted to use Kitematic as a way to get our non-CLI savvy designers up and running with our software stack on docker. They key feature missing IMO is the ability to "open" a docker-compose.yml file. I want the ability for a designer to select "file open" and then select the docker-compose.yml file to "launch" our stack. Without that, it seems like you still need to rely on the docker-cli to build images from a Dock…
You're using Docker Compose on Mac? I tried when it was still called Fig, and while it was wonderful for simplicity, the filesystem performance for VirtualBox/boot2docker made it brutal to use. My Rails apps in development mode (therefore serving up many individual assets) would take almost a minute to load each page. Has it gotten better, is there a trick you're using, or am I hitting an edge case you don't have?
We haven't had a problem since the Docker 1.3 update.
Re: The easiest way to use Docker on your Mac
#20I wanted to use Kitematic as a way to get our non-CLI savvy designers up and running with our software stack on docker. They key feature missing IMO is the ability to "open" a docker-compose.yml file. I want the ability for a designer to select "file open" and then select the docker-compose.yml file to "launch" our stack. Without that, it seems like you still need to rely on the docker-cli to build images from a Dock…
You're using Docker Compose on Mac? I tried when it was still called Fig, and while it was wonderful for simplicity, the filesystem performance for VirtualBox/boot2docker made it brutal to use. My Rails apps in development mode (therefore serving up many individual assets) would take almost a minute to load each page. Has it gotten better, is there a trick you're using, or am I hitting an edge case you don't have?
VirtualBox filesystem performance isn't amazing, but it isn't anywhere near that bad. There was probably another issue involved here.