Hacker News new | ask | show | jobs
by colinchartier 1354 days ago
When I talked to prospective users, the big two that people wanted were:

1. Replacement for Vagrant / docker desktop - you'd hibernate your VM, check out someone else's branch, and start a new environment to avoid breaking your own

2. Run acceptance tests in a reproducible way, RUN docker-compose up // RUN ocker-compose run --rm acceptance-tests for example