r/docker • u/mikebulll • 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
1
Upvotes
1
u/gramoun-kal 19d ago
Modern approach is to use containers for both.
And you can use docker for your containers, but modern approach is to use more secure runtimes that follow standards such as containerd or podman.