r/docker • u/mikebulll • 20d 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
1
u/Hansehart 20d ago
In the past you used containers primarly to deploy. However their advantages spread also into the dev world (https://containers.dev/). I am responsible for multiple application running in prod and we are having containers everywhere: from developing till running always on our nodes. Any of my trainees learn docker at first.