Skip to content

Commit

Permalink
add tccli
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehue committed Sep 21, 2022
1 parent 0cac45a commit 218d299
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions dind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM docker:dind
LABEL version="20220921"
RUN apk update && apk add zip
12 changes: 12 additions & 0 deletions nginx-easyconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ docker run -d \
-p 80:80 -p 443:443 \
-e CLI_OPTS="-d EASYCONNECT_SERVER_URL -u USERNAME -p PASSWORD" \
pangpanglabs/nginx-easyconnect
```


```
docker run --rm -d \
--name nginx-easyconnect \
--device /dev/net/tun \
--cap-add NET_ADMIN \
-p 81:80 -p 443:443 \
-e EC_VER=7.6.3 \
-e CLI_OPTS="-d https://vpn.sysware.com.cn:54321 -u [email protected] -p sysware1" \
nginx-easyconnect
```
3 changes: 3 additions & 0 deletions tccli/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM python:3.10-alpine

RUN pip install tccli

0 comments on commit 218d299

Please sign in to comment.