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 2026-09-15 10:18:36 +00:00 by abra-bot in toolshed/docs.coopcloud.tech

Installation

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

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 2026-09-15T10:17:45Z
org.opencontainers.image.description Documentation that simply works
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision bbb7c6347b65fe4bef27461f44ae1d4e2825095b
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
2026-09-15 10:18:36 +00:00
270
OCI / Docker
linux/amd64
MIT
78 MiB
Versions (1) View all
latest 2026-09-15