docker/scout-cli
Docker Scout CLI
100K+
This image bundles the Docker Scout CLI.
Read more about the CLI at https://docs.docker.com/engine/reference/commandline/scout/.
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 docker/scout-cli