Skip to content

EthanScully/warp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Cloudflare Warp inside a Docker Container

Based on debian:stable-slim, use this image as you would debian:stable-slim

usage:

docker run \
    --cap-add NET_ADMIN \
    --sysctl net.ipv4.conf.all.src_valid_mark=1 \
    -v /dev/net/tun:/dev/net/tun:ro \
    -v /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro \
    -it ethanscully/warp

About

Use Cloudflare Warp inside a Docker Container

Resources

License

Stars

Watchers

Forks