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.

Windows11にインストールしたDockerの動作確認

Last updated at Posted at 2022-06-19
  1. Docker Desktopを起動する
    2.png

  2. WindowsスタートからWindowsターミナルをクリックする
    1.png

  3. Windows PowerShellが起動する
    ∨をクリックしてUbuntuをクリックする
    2.png

  4. docker ps -a のコマンドを入力すると、起動していないコンテナが表示される
    3.png

  5. docker run hello-world のコマンドでhello-worldを実行してみる
    4.png

  6. exit コマンドでUbuntuを終了する

  7. WSLのディレクトリにアクセスする \wsl$\Ubuntu\home
     image.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?