fix docker image content and add basic CI check (#41)

Replace
```
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
```
with:
```
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```

Add a basic CI check for the hello world BPF program.
This commit is contained in:
云微
2023-06-15 16:36:22 +08:00
committed by GitHub
parent 5a28f7fd4f
commit a53481d131
11 changed files with 45 additions and 16 deletions

View File

@@ -83,7 +83,7 @@ eunomia-bpf 是一个结合 Wasm 的开源 eBPF 动态加载运行时和开发
使用容器编译:
```shell
docker run -it -v `pwd`/:/src/ yunwei37/ebpm:latest
docker run -it -v `pwd`/:/src/ ghcr.io/eunomia-bpf/ecc-`uname -m`:latest
```
或者使用 ecc 编译: