mirror of https://github.com/docker/docs.git
Merge pull request #18930 from dvdksn/scout-links-env-integrations
scout links env integrations
This commit is contained in:
commit
bdf821436c
|
@ -7,7 +7,7 @@ title: Integrating Docker Scout with other systems
|
|||
By default, Docker Scout integrates with your Docker organization and your
|
||||
Docker Scout-enabled repositories on Docker Hub. You can integrate Docker Scout
|
||||
with additional third-party systems to get access to even more insights,
|
||||
including realtime information about you running workloads.
|
||||
including real-time information about you running workloads.
|
||||
|
||||
## Integration categories
|
||||
|
||||
|
@ -45,11 +45,15 @@ The following CI integrations are available:
|
|||
### Environment monitoring
|
||||
|
||||
Environment monitoring refers to integrating Docker Scout with your deployments.
|
||||
This can give you information in realtime about your running container workloads.
|
||||
This can give you information in real-time about your running container workloads.
|
||||
|
||||
Integrating with environments lets you compare production workloads to other
|
||||
versions, in your image repositories or in your other environments.
|
||||
|
||||
The following environment monitoring integrations are available
|
||||
|
||||
- [Sysdig](./environment/sysdig.md)
|
||||
|
||||
For more information about environment integrations, see
|
||||
[Environments](./environment/index.md).
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
description:
|
||||
Docker Scout can integrate with runtime environments to give you realtime
|
||||
Docker Scout can integrate with runtime environments to give you real-time
|
||||
insights about your software supply chain.
|
||||
keywords: supply chain, security, streams, environments, workloads, deployments
|
||||
title: Integrating Docker Scout with environments
|
||||
|
|
Loading…
Reference in New Issue