This website requires JavaScript.
Explore
Help
Sign In
netbird
/
gvisor
Watch
0
Star
0
Fork
0
mirror of
https://github.com/netbirdio/gvisor.git
synced
2026-05-22 17:12:49 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
gvisor
/
images
/
basic
/
tcpdump
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
5 lines
89 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Add a test for tcpdump.
2025-02-12 09:54:47 -08:00
FROM
python:3
RUN
apt-get update
&&
apt-get install -y tcpdump
COPY
sender.py sender.py
Reference in New Issue
Copy Permalink