Skip to content

Commit

Permalink
Replace with hardware-accelerated version
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Sep 28, 2021
1 parent 26fe2d4 commit fd51e43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN set -eux \
tzdata \
\
&& wget -O udp2raw_binaries.tar.gz ${UDP2RAW_URL} \
&& tar -xzvf udp2raw_binaries.tar.gz udp2raw_amd64 -C /usr/local/bin/ \
&& tar -xzvf udp2raw_binaries.tar.gz udp2raw_amd64_hw_aes -C /usr/local/bin/ \
&& mv /usr/local/bin/udp2raw_amd64_hw_aes /usr/local/bin/udp2raw \
&& rm -rf udp2raw_binaries.tar.gz

ENTRYPOINT ["/usr/local/bin/udp2raw_amd64"]
ENTRYPOINT ["udp2raw"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ $ docker pull ghcr.io/akafeng/udp2raw

```bash
$ docker run -d \
--network host\
--restart always \
--network=host \
--restart=always \
--name=udp2raw \
ghcr.io/akafeng/udp2raw \
-s \
Expand Down

0 comments on commit fd51e43

Please sign in to comment.