Skip to content

Commit 3c0e901

Browse files
committed
feat: adding required info only with extension url
1 parent d75f3db commit 3c0e901

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

content/get-started/introduction/build-and-push-first-image.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,11 @@ Now that you have a repository, you are ready to build and push your image. An i
144144
{{< /tab >}}
145145
{{< tab name="VS Code" >}}
146146

147-
1. Ensure you have the **Docker extension for VS Code** installed.
148-
- Open Visual Studio Code.
149-
- Go to the **Extensions Marketplace** (Ctrl+Shift+X or Cmd+Shift+X on Mac).
150-
- Search for `Docker` and install the extension by Microsoft.
147+
1. Open Visual Studio Code. Ensure you have the **Docker extension for VS Code** installed from [Extension Marketplace](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker).
151148

152149
![Screenshot of VS code showing how to clone a repository](images/install-docker-extension.png)
153150

154-
2. Open Visual Studio Code. In the **File** menu, select **Open Folder**. Choose **Clone Git Repository** and paste this URL: [https://github.com/docker/getting-started-todo-app](https://github.com/docker/getting-started-todo-app)
151+
2. In the **File** menu, select **Open Folder**. Choose **Clone Git Repository** and paste this URL: [https://github.com/docker/getting-started-todo-app](https://github.com/docker/getting-started-todo-app)
155152

156153
![Screenshot of VS code showing how to clone a repository](images/clone-the-repo.webp?border=true)
157154

0 commit comments

Comments
 (0)