Security News > 2023 > July > How to add the Docker Scout feature to the Docker CLI
In this TechRepublic How to Make Tech Work tutorial, Jack Wallen shows you how to add the Docker Scout feature to the Docker CLI. You might have heard of Docker Scout, which is an image analyzer that ships with Docker Desktop.
This tool makes it easy for developers to view vulnerabilities found in Docker images.
Even though Scout ships with Docker Desktop, it isn't included in the Docker CLI - at least not the community edition of Docker.
I'm going to assume you already have the Docker runtime engine installed.
You can now analyze an image with a command like docker scout quickview nginx:latest.
Remember: The security of your container deployments lives and dies on a foundation of secure images, so Docker Scout will be a crucial component in your workflow.
News URL
https://www.techrepublic.com/article/how-to-add-docker-scout-feature/