Skip to content

Commit

Permalink
Add ENTRYPOINT for convenience
Browse files Browse the repository at this point in the history
Now we can use following instructions to run.
docker run --net=host --cap-add=NET_ADMIN wangyucn/udp2raw-tunnel  -c -r44.55.66.77:9000 -l 127.0.0.1:6000 --raw-mode faketcp --lower-level auto -a -k xxxxxxxx
  • Loading branch information
jiangtiandao committed Sep 26, 2017
1 parent fc05e7f commit 452661b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ RUN apk add --no-cache git build-base linux-headers && \
FROM alpine:3.6
RUN apk add --no-cache libstdc++ iptables
COPY --from=builder /udp2raw-tunnel/udp2raw_dynamic /bin/
ENTRYPOINT [ "/bin/udp2raw_dynamic" ]

0 comments on commit 452661b

Please sign in to comment.