Skip to content

Commit fafb9e9

Browse files
committed
further clarification
1 parent ae9145b commit fafb9e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/tutorials/your-application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ At this point, your development team is quite small and you're simply building a
2020

2121
## Get the app
2222

23-
Before you can run the application, you need to get the application source code onto your machine. For real projects, you will typically clone the repo. But, for this tutorial, you have created a ZIP file containing the application.
23+
Before you can run the application, you need to get the application source code onto your machine. For real projects, you will typically clone the repo. But, for this tutorial, we have created a ZIP file containing the application.
24+
25+
1. Make sure that you have Docker for Windows or Docker Community Edition installed on the local machine. See [Docker for Windows installation documentation](https://docs.docker.com/docker-for-windows/install/). The install process makes the ZIP file containing the sample available at the localhost address.
2426

2527
1. [Download the ZIP](http://localhost/assets/app.zip). Open the ZIP file and make sure you extract the contents.
2628

0 commit comments

Comments
 (0)