mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
Update Readme.md
This commit is contained in:
parent
13dc21f5de
commit
5c2640950e
|
@ -3,6 +3,10 @@
|
||||||
Use with Pod. Example command line:
|
Use with Pod. Example command line:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo podman run --pod=test -d --cap-add=NET_ADMIN -v /etc/wireguard:/etc/wireguard --sysctl="net.ipv4.conf.all.src_valid_mark=1" simple-wireguard
|
sudo podman run \
|
||||||
|
--pod=test -d \
|
||||||
|
--cap-add=NET_ADMIN \
|
||||||
|
-v /etc/wireguard:/etc/wireguard \
|
||||||
|
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
|
||||||
|
simple-wireguard
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user