docs.coopcloud.tech (latest)

Published 2025-06-14 10:42:18 +00:00 by abra-bot in toolshed/docs.coopcloud.tech

Installation

docker pull git.coopcloud.tech/toolshed/docs.coopcloud.tech:latest
sha256:ae3310d6c8779e8c9704206a1c6167c099d42b5d5f3642fcb760067892564917

About this package

Documentation that simply works

Image Layers

COPY / / # buildkit
WORKDIR /docs
EXPOSE map[8000/tcp:{}]
ENTRYPOINT ["/sbin/tini" "--" "mkdocs"]
CMD ["serve" "--dev-addr=0.0.0.0:8000"]
EXPOSE map[8000/tcp:{}]
COPY . /docs # buildkit
WORKDIR /docs
RUN /bin/sh -c apk add --no-cache curl # buildkit
RUN /bin/sh -c pip install -r requirements.txt # buildkit

Labels

Key Value
org.opencontainers.image.created 2025-06-14T10:42:04Z
org.opencontainers.image.description Documentation that simply works
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 548e5211d704a1840c403674ac41ba45f047dbe0
org.opencontainers.image.source https://git.coopcloud.tech/toolshed/docs.coopcloud.tech.git
org.opencontainers.image.title mkdocs-material
org.opencontainers.image.url https://git.coopcloud.tech/toolshed/docs.coopcloud.tech
org.opencontainers.image.version 9.5.49
Details
Container
2025-06-14 10:42:18 +00:00
81
OCI / Docker
linux/amd64
MIT
65 MiB
Versions (1) View all
latest 2025-06-14