Hacker News new | ask | show | jobs
by barrystaes 3486 days ago
No details but some insights; 1) We now use 0 containers in production, only in dev/test env. 2) One docker per background service, for now. 4) docker CLI for now, later some GitLab CI tests 5) My Windows workstation.

Thing i want to add on usefulness: To me containers are mostly a way to abstract configuration and document it in code. Lots of server processes go into a cloud, and this can help us iterate faster in the future.