372
Docker Building
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Unit tests? No matter where you run them, and normally this is done by CI in a prebuilt container image, so you don't have to wait for "docker building". Acceptance tests must be run in an environment as close to production as possible, but that's definitely not a programmer's job.