2
3

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.

WindowsでDockerを使おうとしたときにハマった事【エラー】

Last updated at Posted at 2021-05-12

#DockerDesktopで「No containers running」と表示され、Dockerが使えない

image.png

#実行しようとした操作は、参照したオブジェクトの種類ではサポートされていません。

どうやらDocker側の問題ではなくWSL側の問題のようです。
image.png

#NoLsp.exeをダウンロードして実行する

PowwerShell(管理者権限で実行)
curl www.proxifier.com/tmp/Test20200228/NoLsp.exe -o C:\Windows\System32/NoLsp.exe
cd C:\Windows\System32
NoLsp.exe wsl.exe
Success!

詳しくはmicrosoftのWSLレポジトリのissueを参考にしてください。

image.png

#起動成功

image.png

2
3
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
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?