DEV Community

Discussion on: Lessons Learned from Dockerizing our Applications

Collapse
 
manishfoodtechs profile image
manish srivastava

if you were to ask our Ops team, Customer Success, Developers, our Solution Architects, they would tell you
“Don’t wait! Dockerize Applications now!"

Docker is really good and easy but it has certain security issues. Docker is neither daemonless nor Rootless. However, the next release will be supporting it's Rootless version like podman.
Docker with gvisor ( google kernel project for docker) is answer to many docker security issues.