DEV Community

Discussion on: What is Docker? Why is it important and necessary for developers? Part I

Collapse
 
ahliddin_i profile image
Ahliddin Ibragimov • Edited

"Docker restricts containers to make them work as a single process." is that correct statement?
As far as I understand it is recommended to run single processes/services in Docker container, but there's no restriction per se. You can still run multiple process in single Docker container.
docs.docker.com/config/containers/...