We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc1d6aa + cd80ca5 commit bad3b76Copy full SHA for bad3b76
1 file changed
DOCUMENTATION/content/getting-started/index.md
@@ -8,6 +8,7 @@ weight: 2
8
9
- [Git](https://git-scm.com/downloads)
10
- [Docker](https://www.docker.com/products/docker/) `>= 17.12`
11
+- [gcloud](https://cloud.google.com/sdk/install)
12
13
14
@@ -21,6 +22,17 @@ Choose the setup the best suits your needs.
21
22
- [A.2) Don't have a PHP project yet](#A2)
23
- [B) Setup for Multiple Projects](#B)
24
25
+### Setup gcloud for docker registry
26
+
27
+```
28
+gcloud auth configure-docker
29
30
31
+and login to gcloud for use the registry and auth the permission.
32
33
34
+gcloud auth login
35
36
37
<a name="A"></a>
38
### A) Setup for Single Project
0 commit comments