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
/
filecap
/
Dockerfile
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
6 lines
99 B
Docker
Raw
Permalink
Normal View
History
Unescape
Escape
Apply a image's file capabilities when creating a process from the image.
2024-03-15 14:04:33 -07:00
FROM
alpine
RUN
apk add libcap
RUN
cp /bin/busybox /mnt/cat
&&
setcap cap_net_admin+ep /mnt/cat
Reference in New Issue
Copy Permalink