github.com/guilhermebr/docker@v1.4.2-0.20150428121140-67da055cebca/docs/sources/docker-hub-enterprise/index.md (about)

     1  page_title: Docker Hub Enterprise: Overview
     2  page_description: Docker Hub Enterprise
     3  page_keywords: docker, documentation, about, technology, understanding, enterprise, hub, registry
     4  
     5  # Overview
     6  
     7  Docker Hub Enterprise (DHE) lets you run and manage your own Docker image
     8  storage service, securely on your own infrastructure behind your company
     9  firewall. This allows you to securely store, push, and pull the images used by
    10  your enterprise to build, ship, and run applications. DHE also provides
    11  monitoring and usage information to help you understand the workloads being
    12  placed on it.
    13  
    14  Specifically, DHE provides:
    15  
    16  * An image registry to store, manage, and collaborate on Docker images
    17  * Pluggable storage drivers
    18  * Configuration options to let you run DHE in your particular enterprise
    19  environment.
    20  * Easy, transparent upgrades
    21  * Logging, usage and system health metrics
    22  
    23  DHE is perfect for:
    24  
    25  * Providing a secure, on-premise development environment
    26  * Creating a streamlined build pipeline
    27  * Building a consistent, high-performance test/QA environment
    28  * Managing image deployment
    29  
    30  DHE is built on [version 2 of the Docker registry](https://github.com/docker/distribution).
    31  
    32  ## Documentation
    33  
    34  The following documentation for DHE is available:
    35  
    36  * **Overview** This page.
    37  * [**Quick Start: Basic User Workflow**](./quick-start.md) Go here to learn the
    38  fundamentals of how DHE works and how you can set up a simple, but useful
    39  workflow.
    40  * [**User Guide**](./userguide.md) Go here to learn about using DHE from day to
    41  day.
    42  * [**Administrator Guide**](./adminguide.md) Go here if you are an administrator
    43  responsible for running and maintaining DHE.
    44  * [**Installation**](install.md) Go here for the steps you'll need to install
    45  DHE and get it working.
    46  * [**Configuration**](./configuration.md) Go here to find out details about
    47  setting up and configuring DHE for your particular environment.
    48  * [**Support**](./support.md) Go here for information on getting support for
    49  DHE.
    50