- USA
- https://links.smartcraft.me/@minster586
- Joined on
2024-02-06
Block a user
tinyice (sha256:6f81929e908f2f850ee23bff126e3f7038c99897c8885f765bea71cb8e34ec70)
Installation
docker pull git.smartcraft.me/minster586/tinyice@sha256:6f81929e908f2f850ee23bff126e3f7038c99897c8885f765bea71cb8e34ec70sha256:6f81929e908f2f850ee23bff126e3f7038c99897c8885f765bea71cb8e34ec70Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800' |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY tinyice-linux-amd64 ./tinyice # buildkit |
| RUN /bin/sh -c chmod +x ./tinyice # buildkit |
| RUN /bin/sh -c mkdir -p /app/config # buildkit |
| EXPOSE [8000/tcp] |
| CMD ["./tinyice" "-host" "0.0.0.0" "-config" "/app/config/tinyice.json"] |