Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/docker-ebpf-build


https://github.com/higebu/docker-ebpf-build

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# ebpf-build

Docker image for building eBPF program based on [Debian sid image](https://hub.docker.com/_/debian/).

## build

```
docker run --rm -v $(pwd):/src higebu/ebpf-build xdp_prog.c
```

`$(pwd)/xdp_prog.o` is the result.