(Replying to PARENT post)
Yeah. I've been using fig for a while now (and will eventually replace everything with compose), and it's simpler than Vagrant for reproducible environments.
There is one little caveat when using boot2docker, in that when you're running tests on a separate terminal you need to be careful to remember to do $(boot2docker shellinit) _and_ expose container ports so that they're visible outside the boot2docker VM - so check your IPs and make sure your containers log the environment variables they're using for links, so that you can check where to connect your tests :)
๐คrcarmo๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Yes, docker-compose (https://docs.docker.com/compose/) is just great. Another sweet tool, but I haven't used it in production yet, is empire (https://github.com/remind101/empire) for deployment (AWS centric).
๐คjohannesboyne๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Has one of you tried xhyve? https://coreos.com/blog/coreos-and-xhyve-tech-preview/
๐คjohannesboyne๐10y๐ผ0๐จ๏ธ0
(Replying to PARENT post)