anet-server (v0.6.2-rc-1)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-server:v0.6.2-rc-1sha256:040fe545bdf53c5a597ece41e47b8ef2ad87dfcffe1d770c512e9690e2dd17b5Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600' |
| RUN /bin/sh -c apt-get update && apt-get install -y ssh iptables && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/target/release/anet-server /app/anet-server # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/anet-server # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["./anet-server" "-c" "/app/config/server.toml"] |
Details
Versions (22)
View all