More Docker. Easy Access. New Streamlined Plans. Learn more.

docker/scout-cli

Verified Publisher

By Docker, Inc.

Updated 21 days ago

Docker Scout CLI

Image
Security
6

100K+

Docker Scout

This image bundles the Docker Scout CLI.

Read more about the CLI at https://docs.docker.com/engine/reference/commandline/scout/.

Usage

To run the CLI you need to be authenticated with Docker Hub. Pass your credentials to the docker run command like follows:

$ docker run -it \
  -e DOCKER_SCOUT_HUB_USER=<your Docker Hub user name> \
  -e DOCKER_SCOUT_HUB_PASSWORD=<your Docker Hub PAT>  \
  docker/scout-cli <sub command>

Docker Pull Command

docker pull docker/scout-cli