Docker Supports Open Source
Open Source is in our DNA
The Home for Open Source
Free hosting and collaboration
Docker Hub provides free public repositories for open-source projects, making it easy for the community to share, manage versions and contribute.
Security and automation
provides official images, vulnerability scanning and integration with CI/CD pipelines to keep containers secure and up to date.
Discovery and standardisation
Acts as a hub for discovery, distribution and standardisation of containerised applications, supporting cross-platform images and best practice.
1400万以上
Docker Hub のコンテナイメージ
110億以上
月間イメージダウンロード数
Open Source Projects Proudly Supported by Docker







Essential Tools for Containerized Development

Compose
Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience.
GitHub で見る

Docker GitHub Actions
GitHub Actions is a popular CI/CD platform for automating your build, test, and deployment pipeline. Docker provides a set of official GitHub Actions for you to use in your workflows.
View on Docs

テストコンテナ
Testcontainers is an open source framework for unit testing that provides throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.
GitHub で見る

Docker CLI
A command line tool that allows you to interact with the Docker engine
GitHub で見る

ビルドx
Buildx is the client that provides an extended user interface and enhanced build capabilities with BuildKit. It also provides Bake as an abstraction tool that lets you more easily manage your build configuration in a consistent way.
GitHub で見る
Core Components for the Container Ecosystem

コンテナ
The core container runtime which spun out of Docker to become the most used in the industry and a graduated CNCF project
GitHub で見る

Runc
Open Container Initiative (OCI) のリファレンス実装
GitHub で見る

Moby
一から開発を行わずに特殊なコンテナシステムを組み立てられるオープンフレームワーク
View the project

BuildKit
Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
GitHub で見る