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 1 year has passed since last update.

WSL2のセットアップをやってみた。

Posted at

会社でWindowsのパソコンを使用することになったので、Dockerを使えるようにするためにWSL2のセットアップを行ったため、備忘録として残します。
もしWindowsでまだ環境設定等を行っていない方がいれば、参考になったら幸いです。

1. WSL2用Linuxカーネルをインストールする。

こちらのリンクからWSL2用Linuxカーネルをインストールする。

2. PowershellでデフォルトをWSL2に設定する。

wsl --set default-version 2

3. Linuxディストリビューションをインストールする(Ubuntu)

Microsoft Storeより、Ubuntuをインストールする。

4. Ubuntuのアカウントを作成する。

Powershellで、新規のusername, passwordを設定し、Ubuntuのアカウントを作成する。

5. PowershellでWSL2になっているかどうか確認する。

wsl --version

wslが2と表示されていればOK!!

これでDockerを使えるようになりました!

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?