0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DockerをWindows10にインストールする方法

Last updated at Posted at 2018-11-11

##Windows10をProにする

Windows10の他のバージョンの場合、利用できません

##BIOS の設定変更

Intel(R) Virtualization Technology を Disabled から Enabled へ変更

Hyper-V の開始

Windowsの機能 から、Hyper-V にチェックを入れ、Hyper-Vの有効化を実行する

##以下のコマンドの実行

bcdedit /set hypervisorlaunchtype auto

##Docker をインストールする

公式サイトからDockerをダウンロードし、インストールの実行

インストール時のオプションは特に変更する必要なし

##おまけ

仮想ディスクの保存先の変更

以下のコマンドの実行(例:DドライブのVirtual Hard Disksフォルダへ変更)

C:>mklink /D "C:\Users\Public\Documents\Hyper-V\Virtual Hard Disks" "D:\Virtual Hard Disks"

※先にCドライブのVirtual Hard DisksフォルダをDドライブに移しておく必要あり。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?