Skip to content

Commit 06af0f4

Browse files
committed
update README
1 parent dc1d235 commit 06af0f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ kubectl apply -f deploy.yaml
3131
go build .
3232
```
3333

34-
### build with docker
34+
### build docker image
35+
```bash
36+
docker build . -t <image>:<tag>
37+
```
3538

3639
# TODO
3740
1. support custom k8s api server address

0 commit comments

Comments
 (0)