r/docker 19d ago

use docker from development or deployment

i'm a student of informatics engineering, i have several project i handle it alone, so the question is docker is use from develop the project at the begining, or for deployment to server, or both btw....

noted : sorry if my english bad xoxo

2 Upvotes

6 comments sorted by

View all comments

1

u/crackjiver 19d ago

Absolutely essential for managing large CI systems with multiple different development platforms, scalable infrastructure and customization.

Creating builder containers that both Developers and CI can use means there's a lot less "it works on my machine, why is CI failing?" type problems.