From 9690658df655f006a0e359e301dad46d77bd87e7 Mon Sep 17 00:00:00 2001 From: Nik Martin Date: Sat, 22 Nov 2014 21:40:46 -0600 Subject: [PATCH 1/2] add requirement to install google/docker-registry --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a5f114a..98bf2da 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ You must have the Google Cloud SDK, with the Managed VM component installed. We You must also install Docker on your workstation, as the SDK uses it to build, test and deploy your application. Refer to the Managed VM documentation for more information on how to install Docker for your environment. +Once you have docker installed, you need to pull Google's docker registry: +``` +$ docker pull google/docker-registry +``` + Finally, you should also clone or download this repository to your workstation to use as a base for your node.js application. What's in this repository? From 83ad0e2e80dacb180d9948aa17b4acd62f6e858d Mon Sep 17 00:00:00 2001 From: Nik Martin Date: Sat, 22 Nov 2014 21:42:08 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98bf2da..76b7ef4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You must have the Google Cloud SDK, with the Managed VM component installed. We You must also install Docker on your workstation, as the SDK uses it to build, test and deploy your application. Refer to the Managed VM documentation for more information on how to install Docker for your environment. -Once you have docker installed, you need to pull Google's docker registry: +Once you have Docker installed, you need to pull Google's docker registry: ``` $ docker pull google/docker-registry ```