8 ms·
The benefit for me would be quick, isolated development environments. I want to boot a contained swarm of services connected to each other in a single command,
by alisnic 11y ago
The benefit for me would be quick, isolated development environments. I want to boot a contained swarm of services connected to each other in a single command, and shut them down in a single command as well
- mateuszf 11y agoAnd installing docker / docker-compose / machine, etc. using one brew command would be a great addition in order to ease introduction of the tool to the whole team.
- mikewhy 11y agobrew install docker docker-compose docker-machine open https://kitematic.com/download/ Kitematic might even come with docker, docker-machine. It will then set up a docker machine for you and you're ready to go.
- deleted 11y ago[deleted]
- mchiang 11y agoYes, Kitematic does install docker-machine automatically which also sets up docker. For CLI, in Kitematic menu there is a button where you can install the binaries.
- mateuszf 11y agoWill it also install and configure VirtualBox and boot2docker?
- mateuszf 11y agoThanks, thats great :)