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 3 years have passed since last update.

windows10でdocker環境構築

Posted at

インストール

スタートメニューから「Windowsの機能の有効化または無効化」を検索。

image.png


windowsハイパーバイザープラットフォームをチェック。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/540134bd-d9e4-387a-5f64-40379640d7ab.png)
DockerのホームページからGetting started→Docker DesktopのDownloadボタン押下。

image.png

image.png


インストールはデフォルトで進めて完了する。
image.png


windowsのセキュリティ編集

スタートメニューから設定→Windowsセキュリティ→アプリとブラウザーコントロール→Exploit protectionの設定→プログラム設定タブ押下→C:\WINDOWS\SYSTEM32\vmcompute.exeの編集ボタン押下→制御フローガード(CFG)のチェックをOffにし適用ボタン押下。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/03ac5f90-c7eb-41b0-2d6a-db5b2c1082bf.png)

dockerコマンドでバージョン確認

スタートメニューから「Windows PowerShell」を検索。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/15db5348-a5b3-60cd-626d-189fbb4775ec.png)
docker -vでバージョンを確認。 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/630191/1d68fb5a-2cde-38c5-197f-8c73abd51db2.png)
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?