Co-op Cloud Toolshed

Co-op Cloud "non-recipe" repos: design, software, docs, websites, etc. Recipes are here.

The Co-operative internet

docs.coopcloud.tech (latest)

Published 2025-11-21 17:42:46 +00:00 by abra-bot in toolshed/docs.coopcloud.tech

Installation

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

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 [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-11-21T17:42:32Z
org.opencontainers.image.description Documentation that simply works
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 26a668e22314d4eb56c54a14f1281bfe816290b2
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-11-21 17:42:46 +00:00
146
OCI / Docker
linux/amd64
MIT
66 MiB
Versions (1) View all
latest 2025-11-21