Containerize Your Local Dev in Minutes with DevLab

added by Kent Safranski
10/19/2015 12:57:33 AM

553 Views

To anyone in web application development it should be obvious that Docker is an extremely powerful tool. It's used in CI systems, deployments, and production for scaling applications in ephemeral containers. However, it's also a powerful tool for developing locally. Almost every application requires resources; databases, other application API's, etc.


0 comments