Skip to content

Commit 1f95719

Browse files
author
yzamir
committed
add readme
1 parent cde1d21 commit 1f95719

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ k8s API.
2020

2121
``` bash
2222
# Build the gateway locally:
23-
make
23+
go build -v ./cmd/...
2424

2525
# Create and push the image into a container repository:
2626
# For example
2727
#IMG=quay.io/kubevirt-ui/kube-gateway:v0.1.0 make image
28-
IMG=<your image repo> make image
28+
IMG=<your image repo>
29+
podman build -t ${IMG} .
30+
podman push ${IMG}
2931
```
3032

3133
## Build a custom web application using the gateway

0 commit comments

Comments
 (0)