From d690c6cbff496fd4a5397fca67b9504b254b1a2f Mon Sep 17 00:00:00 2001 From: YukinobuAsakawa <30740351+YukinobuAsakawa@users.noreply.github.com> Date: Fri, 18 Jun 2021 22:43:17 +0900 Subject: [PATCH] Update How to setup Docker.md --- *Start Here - General Guides/How to setup Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/*Start Here - General Guides/How to setup Docker.md b/*Start Here - General Guides/How to setup Docker.md index d82e079..6201232 100644 --- a/*Start Here - General Guides/How to setup Docker.md +++ b/*Start Here - General Guides/How to setup Docker.md @@ -11,8 +11,8 @@ Dockerは、開発者やシステム管理者がコンテナを使ってアプ ### MacOS 1. 次のページからダウンロードとインストールを行います。 [https://hub.docker.com/editions/community/docker-ce-desktop-mac/](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) -2. Double-click Docker.dmg to open the installer, then drag the Docker icon to the Applications folder. -3. Double-click Docker.app in the Applications folder to start Docker. +2. Docker.dmgをダブルクリックしてインストーラーを開き、Dockerアイコンを「アプリケーション」フォルダにドラッグします。 +3. アプリケーションフォルダー内のDocker.appをダブルクリックして、Dockerを起動します。 Visit [https://docs.docker.com/docker-for-mac/install/](https://docs.docker.com/docker-for-mac/install/) for more information.