Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-ebpf-build
https://github.com/higebu/docker-ebpf-build
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-ebpf-build
- Owner: higebu
- Created: 2019-01-19T14:30:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T14:30:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-04T19:44:26.943Z (3 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.