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:0429c0db5f8daf4ce43059f123ad7c3e0e813dc3b1d73381a294e1eb5466a1b8About 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-10-19T13:39:25Z |
| org.opencontainers.image.description | Documentation that simply works |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | f8b5f90b395ecfd2aaddb4a9878d17c0bbea4611 |
| 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 |