Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.devยทNov 29, 2024Docker Scout: Your Guide to Safer and Smarter Containers!What is Docker Scout? Docker Scout is like a helper that checks your Docker images for problems, like security risks or outdated parts, and gives suggestions to fix them. Itโs a simple way to keep your containers safe and up-to-date! How to use Docke...Docker
Balraj Singhbalrajsingh.hashnode.devยทSep 12, 2024Creating a Starbucks Clone on AWS: A Comprehensive DevSecOps GuideIn this blog, weโll guide you through deploying a Starbucks clone on AWS using a DevSecOps approach. This method combines development, security, and operations practices to ensure a smooth and secure deployment. Weโll cover the key steps, the technol...30 readsGitHub
Dhruv Rajvanshidhruv-blogs.hashnode.devยทAug 13, 2024Day-8 | Docker Advanced | Part-2Introduction to Docker Compose Docker Compose is a powerful tool that allows you to define and manage multi-container Docker applications. With Docker Compose, you can define your applicationโs services, networks, and volumes in a simple YAML file, a...28 readsDevops
Megha Sharmameghasharma.hashnode.devยทJul 25, 2024Docker Scout Sample Project โ PrometheusThis is describes how to scrape the metrics endpoint using Prometheus. ๐ Add a job for your organization: In the Prometheus configuration file, add a new job for your organization. The job should include the following configuration; replace ORG with...DockerDocker
Megha Sharmameghasharma.hashnode.devยทJul 20, 2024Docker Scout metrics exporterDocker Scout exposes a metrics HTTP endpoint that lets you scrape vulnerability and policy data from Docker Scout, using Prometheus or Datadog. With this you can create your own, self-hosted Docker Scout dashboards for visualizing supply chain metric...DockerDocker
Megha Sharmameghasharma.hashnode.devยทJul 16, 2024Docker Scout image analysisWhen you activate image analysis for a repository, Docker Scout automatically analyzes new images that you push to that repository. Image analysis extracts the Software Bill of Material (SBOM) and other image metadata, and evaluates it against vulner...DockerDocker
Megha Sharmameghasharma.hashnode.devยทJul 2, 2024Docker Scout Commands โ Part 3๐ docker scout push: The docker scout push command lets you push an image or analysis result to Docker Scout. The docker scout push command is used to push the results of a Docker Scout analysis to a remote registry or a central server where you can...DockerDocker
Megha Sharmameghasharma.hashnode.devยทJun 22, 2024Docker Scout Commands โ Part 2๐ docker scout cves: The docker scout cves command is used to display information about Common Vulnerabilities and Display CVEs identified in a software artifact. This command helps you understand the security vulnerabilities present in your images ...DockerDocker
Megha Sharmameghasharma.hashnode.devยทJun 13, 2024Docker Scout Commands โ Part 1๐ docker scout attest: The docker scout attest command is used to generate and store attestations for container images. Attestations are cryptographic statements that assert facts about a container image, such as the results of a security scan or co...DockerDocker
Megha Sharmameghasharma.hashnode.devยทMay 31, 2024Docker Scout Image details viewThe image details view shows a breakdown of the Docker Scout analysis. You can access the image view from the Docker Scout Dashboard, the Docker Desktop Images view, and from the image tag page on Docker Hub. The image details show a breakdown of the...DockerDocker