I'm not sure why Fig got so popular, when Crane [1] was on Go since day one, is actively developed, and pretty much does the same thing maybe even better. I haven't seen the latest Fig features though. Maybe Fig finally does more, but ideally they should merge especially when Fig is planning to migrate to Go!<p>[1] <a href="https://github.com/michaelsauter/crane" rel="nofollow">https://github.com/michaelsauter/crane</a>
Why does the fig documentation emphasis development environments. Isn't fig a general orchestration tool for deploying containers on a single host?
> Beyond that, we’ve got new commands, .dockerignore support<p>Gosh dangit. It's about to the point I need a separate tool just to manage all my .ignore files.<p>Come to think of it, maybe just ln -s will do.
I was playing with Fig, SpringBoot, Node and postgres stack this afternoon. Playing with Docker since its release this is the first time is really all clicked together. Here's my notes - <a href="https://erichelgeson.github.io/blog/2014/10/17/docker-springboot-microservices/" rel="nofollow">https://erichelgeson.github.io/blog/2014/10/17/docker-spring...</a>