From c62150d8cb574ad44abf2e5651f084752b869dd8 Mon Sep 17 00:00:00 2001 From: Arun Yenumula <39443315+arunyenumula@users.noreply.github.com> Date: Wed, 4 Sep 2019 13:26:54 -0700 Subject: [PATCH] Update README.md Removed "-" after acr in "acr-helloworld" (step 4) $:acr-helloworld ayenumul$ docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE acrhelloworld latest 83b31b1fa360 8 seconds ago 351MB ********************** ayenumul16043:acr-helloworld ayenumul$ docker run -d -p 8080:80 acrhelloworld ba1c77b3a7207a2224eea8b196466a66a5915755ff3df7407eb5f3d367001146 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01fd4a8..e91d498 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This project framework provides the following features: 2. `cd acr-helloworld` 3. `docker-compose build` or `docker build . -f .\AcrHelloworld\Dockerfile -t acr-helloworld` -4. `docker run -d -p 8080:80 acr-helloworld` +4. `docker run -d -p 8080:80 acrhelloworld` 5. Browse: http://localhost:8080 ## Resources @@ -36,4 +36,4 @@ provided by the bot. You will only need to do this once across all repos using o This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.