mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
8 lines
145 B
Markdown
8 lines
145 B
Markdown
# frp client
|
|
|
|
Start container with pod (using podman):
|
|
|
|
```shell
|
|
podman run --pod=... -itd frpc 192.168.0.1 7000 test-service tcp 8080 28080
|
|
```
|