shadowsocks (1.23)

Published 2025-11-01 21:00:33 +01:00 by tbleiker in tnt-docker/shadowsocks

Installation

docker pull git.bleiker.me/tnt-docker/shadowsocks:1.23
sha256:0807401497b8262e9e83fe80c23c711941ea2a6dbc98b3a590b5d6280d55e2cc

Image layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
COPY /root/shadowsocks-rust/target/release/ssserver /usr/bin/ # buildkit
COPY /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/ # buildkit
COPY /root/shadowsocks-rust/docker/docker-entrypoint.sh /usr/bin/ # buildkit
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["ssserver" "--log-without-time" "-a" "nobody" "-c" "/etc/shadowsocks-rust/config.json"]
RUN /bin/sh -c cd /tmp && TAG=$(wget -qO- https://api.github.com/repos/shadowsocks/v2ray-plugin/releases/latest | grep tag_name | cut -d '"' -f4) && wget https://github.com/shadowsocks/v2ray-plugin/releases/download/$TAG/v2ray-plugin-linux-amd64-$TAG.tar.gz && tar -xf *.gz && rm *.gz && mv v2ray* /usr/bin/v2ray-plugin && chmod +x /usr/bin/v2ray-plugin # buildkit
ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["ssserver" "--log-without-time" "-a" "nobody" "-c" "/etc/shadowsocks-rust/config.json"]
Details
Container
2025-11-01 21:00:33 +01:00
0
OCI / Docker
linux/amd64
11 MiB
Versions (6) View all
1 2025-11-01
db520b4 2025-11-01
latest 2025-11-01
1.23.5 2025-11-01
1.23 2025-11-01