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.

DockerとVScodeの接続方法

Last updated at Posted at 2022-04-11

VScodeでDockerの環境を開きたい場合があったので、共有できたらと思います。手順は大きく3つありますが、VScodeとDockerの環境構築ができている方は、5分もかからずに完了すると思います。

手順1:拡張機能「Remote-Containers」をインストール

VScodeの拡張機能検索欄から、「Remote-Containers」をインストールします。
拡張機能_ Remote - Containers - Visual Studio Code 2022_04_11 22_34_54.png

手順2:Dockerを起動

「Remote-Containers」をインストール後、Dockerを起動し、VScodeと接続したいコンテナを開きます。

手順3:VScodeとDockerを接続

コンテナを起動後、VScodeの左下の緑のマークをクリックします。そしたら、「Attach to Running Container」をクリックします。
Qiita - Google Chrome 2022_04_11 22_36_17.png

そうしたら、先ほど起動したコンテナ名が表示され、そこをクリックすることで接続することができます。

以上が、DockerとVScodeの接続方法となります。

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?