Skip to content

Commit 07d2a7d

Browse files
committed
scout: add step to enroll org before enabling repo
Signed-off-by: David Karlsson <[email protected]>
1 parent 3b25805 commit 07d2a7d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/scout/quickstart.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,15 @@ You can do this from Docker Hub, the Docker Scout Dashboard, and CLI.
5050

5151
1. Sign in to your Docker account with the `docker login` command or use the
5252
**Sign in** button in Docker Desktop.
53-
2. Use the Docker CLI [`docker scout repo enable`](/reference/cli/docker/scout/repo/enable)
54-
command to enable analysis on an existing repository:
53+
54+
2. Next, enroll your organization with Docker Scout, using the `docker scout enroll` command.
55+
56+
```console
57+
$ docker scout enroll <ORG_NAME>
58+
✓ Successfully enrolled organization <ORG_NAME> with Docker Scout Free
59+
```
60+
61+
3. Enable Docker Scout for your image repository with the `docker scout repo enable` command.
5562

5663
```console
5764
$ docker scout repo enable --org <ORG_NAME> <ORG_NAME>/scout-demo

0 commit comments

Comments
 (0)