docker / getting-started

Getting started with Docker
Apache License 2.0
2.91k stars 6.4k forks source link

Replace docker scan with Docker Scout #416

Open ajeetraina opened 11 months ago

ajeetraina commented 11 months ago

As docker scan command is no longer available, it would be great to replace https://github.com/docker/getting-started/blob/master/docs/tutorial/image-building-best-practices/index.md with docker scout.

cwild95 commented 9 months ago

bump. Just came across this issue today working through the tutorial.

PS C:\Projects\Docker\app> docker scan getting-started The docker scan command has been removed.

juni0r commented 9 months ago

Same here. The new command would probably be

docker scout quickview getting-started

or

docker scout cves getting-started

for a detailed view.