mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-10 15:00:31 +00:00
* Pass HARs between tap and api via channel. * Fixed make docker commad. * Various fixes. * Added .DS_Store to .gitignore. * Parse flags in Mizu main instead of in tap_output.go. * Use channel to pass HAR by default instead of files.
3 lines
69 B
Bash
Executable File
3 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
./mizuagent -i any -hardump -targets ${TAPPED_ADDRESSES}
|