Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down