mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-26 20:39:06 +00:00
Replace author's username with example
parent
fbf83ba9fd
commit
8b69630b92
@ -8,20 +8,20 @@ In this tutorial we'll explain two development workflows for [Mizu](https://gith
|
||||
Whenever you make changes in the `agent` and `tap` packages or protocol extensions to test it; you first need to build a Docker image:
|
||||
|
||||
```shell
|
||||
$ docker build . -t mertyildiran/mizuagent:latest
|
||||
$ docker build . -t example/mizuagent:latest
|
||||
```
|
||||
|
||||
Then you need to push that image into Docker Hub:
|
||||
|
||||
```shell
|
||||
$ docker push mertyildiran/mizuagent:latest
|
||||
$ docker push example/mizuagent:latest
|
||||
```
|
||||
|
||||
Set the `agent-image` to `mertyildiran/mizuagent:latest` in the Mizu config YAML (on path `~/.mizu/config.yaml`):
|
||||
Set the `agent-image` to `example/mizuagent:latest` in the Mizu config YAML (on path `~/.mizu/config.yaml`):
|
||||
|
||||
```shell
|
||||
mertyildiran@Corsair:~/.mizu$ cat config.yaml
|
||||
agent-image: mertyildiran/mizuagent:latest
|
||||
user@Machine:~/.mizu$ cat config.yaml
|
||||
agent-image: example/mizuagent:latest
|
||||
telemetry: false
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user