What's next次は何ですか


The following sections provide step-by-step guides to help you understand core Docker concepts, building images, and running containers.以下のセクションでは、コアDockerの概念、イメージの構築、コンテナの実行を理解するためのステップバイステップガイドを提供します。

The basics基本

Get started learning the core concepts of containers, images, registries, and Docker Compose.コンテナ、イメージ、レジストリ、Docker Composeのコア概念を学び始めましょう。

Building images画像のビルド

Craft optimized container images with Dockerfiles, build cache, and multi-stage builds.Dockerfile、ビルドキャッシュ、マルチステージビルドを使用して最適化されたコンテナイメージを作成します。

Running containersコンテナの実行

Master essential techniques for exposing ports, overriding defaults, persisting data, sharing files, and managing multi-container applications.ポートの公開、デフォルトの上書き、データの永続化、ファイルの共有、マルチコンテナアプリケーションの管理に関する基本的な技術を習得します。