Skip to content

Commit bad3b76

Browse files
authored
Merge pull request laradock#2200 from clonn/patch-1
gcloud registry auth step for docker build
2 parents cc1d6aa + cd80ca5 commit bad3b76

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

  • DOCUMENTATION/content/getting-started

DOCUMENTATION/content/getting-started/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ weight: 2
88

99
- [Git](https://git-scm.com/downloads)
1010
- [Docker](https://www.docker.com/products/docker/) `>= 17.12`
11+
- [gcloud](https://cloud.google.com/sdk/install)
1112

1213

1314

@@ -21,6 +22,17 @@ Choose the setup the best suits your needs.
2122
- [A.2) Don't have a PHP project yet](#A2)
2223
- [B) Setup for Multiple Projects](#B)
2324

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+
```
2436

2537
<a name="A"></a>
2638
### A) Setup for Single Project

0 commit comments

Comments
 (0)