Co-op Cloud "non-recipe" repos: design, software, docs, websites, etc. Recipes are here.
docs.coopcloud.tech (latest)
Installation
docker pull git.coopcloud.tech/toolshed/docs.coopcloud.tech:latestsha256:6b11786780662ac99992054f8db106da06bc24c8b567ce70b5c2c96f3685d67a
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-06-18T20:55:04Z |
| org.opencontainers.image.description | Documentation that simply works |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 88e1cde12c5fa214e8a9391c6b2e5292401f62b9 |
| 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 |