Skip to content

Commit 71e39f9

Browse files
author
Greg Van Liew
committed
Update Java with Docker instructions
1 parent 4b0fc55 commit 71e39f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blogs/2017/01/15/connect-nina-e2e.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ With this setup, we can now efficiently debug front, back or full-stack JavaScri
252252

253253
Speaking of microservices, let's take a look at the experience that VS Code provides for developing with Docker. Many Node.js developers are using Docker for providing portable app deployments for both development, CI and production environments. That said, we've heard lots of feedback that while the benefits of Docker are extremely high, the learning curve and cost of getting started can also be fairly high. VS Code provides an extension that tries to help simplify some of that onboarding!
254254

255-
Switch back to the extensions tab, search for `docker` and select the `Docker Support` extension. Install it and then reload VS Code, just like we did for the Chrome extension above.
255+
Switch back to the extensions tab, search for `docker` and select the Microsoft `Docker` extension. Install it and then reload VS Code, just like we did for the Chrome extension above.
256256

257257
<img src="/assets/blogs/2017/01/03/DockerSearch.png" width="350px" />
258258

docs/java/java-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You would also need to have your [Azure](https://azure.microsoft.com) account re
2323

2424
## Install the Docker extension
2525

26-
To enable fully integrated Docker experience, you can install the [Docker extension](https://github.com/Microsoft/vscode-docker) for VS Code. This extension makes it easy to build and deploy containerized applications from Visual Studio Code. To install the Docker extension, open the Extension view by pressing `kb(workbench.view.extensions)` and search for `vscode-docker` to filter the results. Select the [Docker Support](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) extension.
26+
To enable fully integrated Docker experience, you can install the [Docker extension](https://github.com/Microsoft/vscode-docker) for VS Code. This extension makes it easy to build and deploy containerized applications from Visual Studio Code. To install the Docker extension, open the Extensions view by pressing `kb(workbench.view.extensions)` and search for `docker` to filter the results. Select the Microsoft [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) extension.
2727

2828
![Install Docker](images/java-container/install-docker.png)
2929

0 commit comments

Comments
 (0)