LoginSignup
10
15

More than 5 years have passed since last update.

Windows10 に Docker for Windows をインストールする手順

Last updated at Posted at 2017-03-30

やりたいこと

  • Windows 10 に Docker for Windows をインストールする。

前提環境

# Type Software
1 ClientOS Microsoft Windows 10 Enterprise 10.0.14393 ビルド 14393

インストールするソフトウェア

# Type Software
1 Container Host Docker for Windows

手順

インストーラをダウンロード

image

インストーラを実行

  • %userprofile%\Downloads\InstallDocker.msi を実行。(ダブルクリック)

image

ウィザードに沿ってインストールを進める

  • I accept the terms in the License Agreement
  • Install ボタンを選択。

image

  • Launch Docker
  • Finish ボタンを選択。

image

  • アドレスバーにDockerアイコンが表示されている。

image

インストールされたか確認

Hyper-V(Windowsの標準機能)の設定が有効化されたのかを確認

  • スタートメニュー - コントロール パネル

image

  • プログラムと機能 を選択。

image

  • Windows の機能の有効化または無効化 を選択。

image

Hyper-V を含む、配下全てにチェックが [x] されていればOK。

  • Hyper-V
    • Hyper-V プラットフォーム
    • Hyper-V Hypervisor
    • Hyper-V サービス
    • Hyper-V 管理ツール
    • Hyper-V GUI 管理ツール
    • Windows PowerShell 用 Hyper-V モジュール

image

Dockerコマンドを実行できるかを確認。

  • PowerShell を起動。

image

  • バージョン確認コマンドが正常に実行できるか確認。
powershell
PS C:\> docker -v
result
Docker version 17.03.1-ce, build c6d412e

完了

10
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
15