Category: Software, Security, Ubuntu, Docker, github

If you’re a cloud native developer, chances are pretty good you work with containers and container images. The problem with this is that you might base your work on an image that contains vulnerabilities.

And if you are working with vulnerable images, security issues will plague your apps and services.

That’s why there are tools like Docker Bench, which can run an audit of your hosting platform to find any possible issues you might not even know about.

Let’s install and run Docker Bench to audit your Docker hosts.

Related Articles