Scoutflo Documentation
  • 🚀Welcome to Scoutflo💙
  • Overview
    • What is Scoutflo?
    • Getting Started
    • Scoutflo Architecture
    • Basic Concepts
    • Our Products
  • Our Products
    • Scoutflo Deploy
    • Scoutflo Atlas
      • About
      • Key Features
      • Scoutflo Sandbox
        • How to use
        • Available Product Sandboxes
      • Scoutflo Health Score
        • Overview
        • Key Metrics
          • Security Key Elements
          • Code Quality & Maintenance Key Elements
          • Support Key Elements
          • Community Activeness Key Elements
          • Business Readiness Key Elements
        • Calculation
        • Use case of these Scores
        • Process of Score calculation
        • FAQ
      • Product Qualification
      • Find the right product
      • Product Information and Maintenance
      • Product Stakeholders
  • Key Feature
    • Infrastructure Provisioning
      • Create a new Cluster
        • Add Credentials
        • VPC Configuration
      • Edit an existing Cluster
        • Security Scans for Cluster
      • Delete a Cluster
    • Service Deployment
      • Service Onboarding
      • Service Cost Prediction
      • Service Deployment
      • Delete a Service
    • Helm Service Deployment
      • Customized Helm Deployment
      • Open Source Helm Deployment
      • Open Source Service Catalog
      • Edit an App
      • Delete an App
    • Database Deployment
    • RBAC
      • Set Up your custom Roles
    • Workspace
    • Dora Dashboard
    • Kubernetes Dashboard
    • Notification (Coming Soon)
    • Alert Management
      • Default Alert Rules
  • Guide
    • Terraform and Scoutflo
    • AWS EKS Best Practices Guide
    • Kubernetes and Scoutflo
    • ArgoCD and Scoutflo
    • Connect your Cloud
    • Scoutflo Deploy Free Trial Cluster
    • Add-on deployments
    • Custom Configurations
    • Terminology Guide
    • Workflow Action ID
  • Integrations
    • Scoutflo Integration
    • Version Control tool
      • GitHub App
    • Container Registry
      • AWS ECR Container Registry
      • Docker Hub Container Registry
    • Slack
    • Scoutflo Add-Ons
  • Fundamentals
    • GitOps with Scoutflo
    • Container/OCI Registry
    • Monitoring
    • AWS EKS Cluster
    • List of IAM permissions for your scoutflo IAM user on AWS
  • FAQs
    • General
    • Scoutflo Atlas
    • Scoutflo Deploy
    • Scoutflo Sandbox
    • Contact Us
  • Glossary
Powered by GitBook
On this page
  1. Integrations
  2. Container Registry

Docker Hub Container Registry

Docker Hub is a cloud-based repository that allows users to store, share, and manage container images. It is one of the most widely used container registries, offering public and private repositories.

Details Required

Here’s what you need to configure Docker Hub in Scoutflo, along with explanations of each input:

  1. Name: A user-defined label for your Docker Hub registry. This helps differentiate between registries. Example: "Staging Docker Registry".

  2. Description: A short explanation of the registry’s purpose. Example: "Registry for storing staging environment images."

  3. Registry URL: The URL for Docker Hub, which is:

    https://docker.io/

    This URL identifies Docker Hub as the container registry provider.

  4. Docker Credentials:

    • Credential Name: A unique identifier for the Docker Hub credentials being added. Example: "Docker Staging Credentials".

    • Username: The username associated with your Docker Hub account. This is required for authentication.

    • Password/Token: The password or access token for your Docker Hub account. Tokens are preferred for security as they reduce the risk of exposing sensitive information.


How Scoutflo Uses This Information

Once the registry is configured, Scoutflo uses the provided details to:

  1. Authenticate with Docker Hub: The username and password/token are used to securely log in to your Docker Hub account.

  2. Retrieve Container Images: The registry URL allows Scoutflo to access your Docker Hub repository and pull the container images needed for deployments.

  3. Enable GitOps Integration: Like with ECR, Scoutflo incorporates the container images retrieved from Docker Hub into your GitOps workflows, ensuring efficient Kubernetes deployments.


PreviousAWS ECR Container RegistryNextSlack

Last updated 4 months ago