Docker Development Environments
"Vessel is a small set of files that sets up a local Docker-based dev environment per project. It started as a bash script I put together to make working with Docker easier, because Docker commands are cumbersome to type.
I developed this workflow from my own daily use. However, I wanted to make something more official that everyone could easily use.
The goal of this project is to be as simple as possible while also giving people a glimpse into how Docker works. I hope you find Docker a really neat way to compartmentalize your projects, and make hacking on projects (on any machine) a breeze."