smarthome (sha256:d95b027f066eff4cce28dcee5fbeb0c864df7030857b9cb09b6a73eb8c4a8761)
Published 2024-03-06 01:19:32 +01:00 by janic
Installation
docker pull gitea.voser.cloud/container/smarthome@sha256:d95b027f066eff4cce28dcee5fbeb0c864df7030857b9cb09b6a73eb8c4a8761
sha256:d95b027f066eff4cce28dcee5fbeb0c864df7030857b9cb09b6a73eb8c4a8761
Image Layers
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in / |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add nfs-utils # buildkit |
RUN /bin/sh -c mkdir -p /app # buildkit |
COPY /binaries/SmartHome_amd64 /app/SmartHome # buildkit |
COPY ./config /app/config # buildkit |
CMD ["/bin/sh" "-c" "echo \"Starting SmartHome-Client\""] |
CMD ["/bin/sh" "-c" "/app/SmartHome"] |