サンプル集

読む時間の目安: 2 分

チュートリアルラボ

Learn how to develop and ship containerized applications, by walking through a sample that exhibits canonical practices. These labs are from the Docker Labs repository.

サンプル 内容説明
Docker for Beginners A good “Docker 101” course.
Docker Swarm mode Use Docker for natively managing a cluster of Docker Engines called a swarm.
Configuring developer tools and programming languages How to set-up and use common developer tools and programming languages with Docker.
Live Debugging Java with Docker Java developers can use Docker to build a development environment where they can run, test, and live debug code running within a container.
Docker for Java Developers Offers Java developers an intro-level and self-paced hands-on workshop with Docker.
Live Debugging a Node.js application in Docker Node developers can use Docker to build a development environment where they can run, test, and live debug code running within a container.
Dockerizing a Node.js application This tutorial starts with a simple Node.js application and details the steps needed to Dockerize it and ensure its scalability.
Docker for ASP.NET and Windows containers Docker supports Windows containers, too! Learn how to run ASP.NET, SQL Server, and more in these tutorials.
Docker Security How to take advantage of Docker security features.
Building a 12-factor application with Docker Use Docker to create an app that conforms to Heroku’s “12 factors for cloud-native applications.”

サンプルアプリケーション

Docker を使って人気のあるソフトウェアを実行します。

サンプル 内容説明
apt-cacher-ng Docker 化された apt-cacher-ng インスタンスを実行します。
.Net Core application Docker 化された ASP.NET Core アプリケーションを実行します。
ASP.NET Core + SQL Server on Linux Docker 化された ASP.NET Core および SQL サーバー環境を実行します。
CouchDB Docker 化された CouchDB インスタンスを実行します。
Django + PostgreSQL Docker 化された Django および PostgreSQL 環境を実行します。
PostgreSQL Docker 化された PostgreSQL インスタンスを実行します。
Rails + PostgreSQL Docker 化された Rails および PostgreSQL 環境を実行します。
Riak Docker 化された Riak インスタンスを実行します。
WordPress クイックスタート: Compose と WordPress。

Samples and documentation for official Docker images

Samples and documentation for official Docker images

For samples and detailed information about official Docker images, refer to the documentation for each image on Docker Hub.