diff --git a/content/get-started/07_multi_container.md b/content/get-started/07_multi_container.md index 083e41864a..d77b87423f 100644 --- a/content/get-started/07_multi_container.md +++ b/content/get-started/07_multi_container.md @@ -17,7 +17,7 @@ container or run it separately?" In general, each container should do one thing And there are more reasons. So, like the following diagram, it's best to run your app in multiple containers. -![Todo App connected to MySQL container](images/multi-app-architecture.png) +![Todo App connected to MySQL container](images/multi-container.png?w=350h=250) ## Container networking diff --git a/content/get-started/images/multi-container.png b/content/get-started/images/multi-container.png new file mode 100644 index 0000000000..e67b1bb212 Binary files /dev/null and b/content/get-started/images/multi-container.png differ diff --git a/content/scout/images/Scout-ECR.png b/content/scout/images/Scout-ECR.png new file mode 100644 index 0000000000..70b1fb1781 Binary files /dev/null and b/content/scout/images/Scout-ECR.png differ diff --git a/content/scout/integrations/registry/ecr.md b/content/scout/integrations/registry/ecr.md index 9dbb3ca719..f330d833e7 100644 --- a/content/scout/integrations/registry/ecr.md +++ b/content/scout/integrations/registry/ecr.md @@ -22,32 +22,7 @@ resources, see [CloudFormation stack template](#cloudformation-stack-template). The following diagram shows how the Docker Scout ECR integration works. -```mermaid -sequenceDiagram - autonumber - box User - participant User - end - box User's AWS - participant EventBridge - participant SNSTopic - participant SecretsManager - participant ECR - end - box Docker Scout - participant Scout API - end - - # During setup - SNSTopic ->> Scout: CloudFormation Stack Event - Scout ->> SecretsManager: Set up Scout credentials for EventBridge - - # After integration - User ->> ECR: Push an image - EventBridge -->> Scout: Push image Event - Scout ->> ECR: Login, and pull image - ECR ->> Scout: Pull image -``` +![How the ECR integration works](../../images/Scout-ECR.png) After the integration, Docker Scout automatically pulls and analyzes images that you push to the ECR registry. Metadata about your images are stored on the