Skip to content

Commit df20fa8

Browse files
zoncaconsideRatio
authored andcommitted
how to activate Google Container Registry API
Added instructions on how to enable the "Google Container Registry API" service in Google Cloud.
1 parent ca266ea commit df20fa8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/source/zero-to-binderhub/setup-registry.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ properly configure BinderHub to use one of these registries.
1515
Set up Google Container Registry
1616
--------------------------------
1717

18-
To use Google Container Registry (``gcr.io``), you'll need to provide BinderHub
18+
To use Google Container Registry (``gcr.io``), first you need to activate it
19+
under your Google Cloud account:
20+
21+
* Go to the [API Library](https://console.cloud.google.com/apis/library)
22+
* Search for Google Container Registry API
23+
* Click on Enable
24+
* Follow the instructions to configure billing if you haven't already
25+
* Go to the [Google Container registry settings](https://console.cloud.google.com/gcr/settings), set the images to public, so that they can be pulled back from BinderHub to the container dedicated to execution
26+
27+
Next you'll need to provide BinderHub
1928
with proper credentials so it can push images. You can do so by creating a
2029
service account that has authorization to push to Google Container Registry:
2130

0 commit comments

Comments
 (0)