mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-16 01:01:36 +00:00
11 lines
251 B
Bash
11 lines
251 B
Bash
docker run -d \
|
|
--restart=always \
|
|
--privileged \
|
|
--network=host \
|
|
--name v2raya \
|
|
-e V2RAYA_ADDRESS=0.0.0.0:2017 \
|
|
-v /lib/modules:/lib/modules:ro \
|
|
-v /etc/resolv.conf:/etc/resolv.conf \
|
|
-v /etc/v2raya:/etc/v2raya \
|
|
mzz2017/v2raya
|