Skip to content

Commit

Permalink
add link to gcr auth methods
Browse files Browse the repository at this point in the history
  • Loading branch information
slartibaartfast committed Aug 14, 2018
1 parent a8f45a3 commit c37ec58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/edit_first_game_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o bin/server -a -v main.go
```bash
docker build -t gcr.io/[PROJECT_ID]/agones-udp-server:0.2 .
```
Note that: you can change the image name "agones-udp-server" to something else.
Note: you can change the image name "agones-udp-server" to something else.

### If using GKE, push the image to GCP Registry
```bash
docker push gcr.io/[PROJECT_ID]/agones-udp-server:0.2
```
Note: Review [Authentication Methods](https://cloud.google.com/container-registry/docs/advanced-authentication)
for additional information regarding use of gcloud as a Docker credential helper
and advanced authentication methods to the Google Container Registry.

### If using Minikube, change directory to agones/build and push the image into Minikube
```bash
Expand Down

0 comments on commit c37ec58

Please sign in to comment.