Skip to content

Build a docker at MacOS/Windows for eBPF learning.

Notifications You must be signed in to change notification settings

ek-nath/ebpf-docker-for-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

A docker of learning eBPF at MacOS/Win.

Ubuntu: 20.04

Kernel: 5.15.49

Run it!

cd ebpf-for-desktop/
docker build -t ebpf:v1 .
sh ./docker-run.sh

How

MacOS/Win is short of some linuxkit/header file, so I built this image based on for-desktop-kernel image and linux-kernel source code.

FAQ

If could run ebpf programs, try to run /root/linuxkit-complier.sh again.

About

Build a docker at MacOS/Windows for eBPF learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 46.7%
  • Shell 37.1%
  • Python 12.4%
  • C 3.8%