Skip to content

Commit

Permalink
fix podman doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmj2002 committed Oct 17, 2024
1 parent 3ac204e commit 7e3b2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ podman run -d \
--device=/dev/net/tun \
--sysctl net.ipv6.conf.all.disable_ipv6=0 \
--sysctl net.ipv4.conf.all.src_valid_mark=1 \
-v "./data:/var/lib/cloudflare-warp \
-v ./data:/var/lib/cloudflare-warp \
docker.io/caomingjun/warp:latest
```

> [!NOTE]
> I am not a Podman user, the example command is written by @tony-sung.
> I am not a Podman user, the example command is [written by @tony-sung](https://github.com/cmj2002/warp-docker/issues/30#issuecomment-2371448959).

0 comments on commit 7e3b2d6

Please sign in to comment.