Fig: Fast, isolated development environments using Docker
orchardup.github.io
Fig: Fast, isolated development environments using Docker
1–10 of 45 posts
Re: Fig: Fast, isolated development environments using Docker
#2What this needs is the ability to be pointed at a working VM - lets say, Ubuntu 13.10 server - and then just figure out whats different about it, compared to the distro release.
Something like the blueprint tool, in fact.
Re: Fig: Fast, isolated development environments using Docker
#3Re: Fig: Fast, isolated development environments using Docker
#4Can anyone explain, in a nutshell, what features this tool provides beyond just using Docker itself?
Services can also be controlled as if they were whole units – you can say "start my database" instead of "start this image with these ports, these volumes, etc".
Re: Fig: Fast, isolated development environments using Docker
#5Re: Fig: Fast, isolated development environments using Docker
#6Re: Fig: Fast, isolated development environments using Docker
#7Can anyone explain, in a nutshell, what features this tool provides beyond just using Docker itself?
Re: Fig: Fast, isolated development environments using Docker
#8Re: Fig: Fast, isolated development environments using Docker
#9One application I thought of is for deploying to client. You just get them to use the instance and there's zero configuration needed. but then, what if you need to make updates to the code base, how do you update the code changes to all the deployed fig/docker instances running already?
Re: Fig: Fast, isolated development environments using Docker
#10I'd love to use this .. but who has time to learn yet another configuration and provisioning management tool? I mean, I can make the time - and will - but since this is just another docker management tool, lets use this moment to pick on it, a little bit.. What this needs is the ability to be pointed at a working VM - lets say, Ubuntu 13.10 server - and then just figure out whats different about it, compared to the d…