diff --git a/README.md b/README.md index 1534a3112..f5883d36d 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,10 @@ brew install syft **Container Image** -Example of how to use Syft scratch image: - ```bash -docker pull anchore/syft:latest -docker run -v /var/run/docker.sock:/var/run/docker.sock anchore/syft -o json alpine:latest + +docker run -v /var/run/docker.sock:/var/run/docker.sock anchore/syft:latest -o json alpine:latest ``` ## Configuration