telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Add history volume for delegated commands #146

Closed johnallen3d closed 7 years ago

johnallen3d commented 7 years ago

For commands not handled by nib this will ensure that the special "history volume" is in place. This is helpful for the scenario where the user does a nib up -d && nib exec web.

Resolves #144