docs (sha256:c43a34262797a489542a3b5bdb14aaee1b5647d096675e8f177b02e01916a923)
Published 2026-08-02 01:42:23 +02:00 by David
Installation
docker pull dev.a8n.run/a8n-tools/docs@sha256:c43a34262797a489542a3b5bdb14aaee1b5647d096675e8f177b02e01916a923sha256:c43a34262797a489542a3b5bdb14aaee1b5647d096675e8f177b02e01916a923About this package
Local documentation wiki (Dioxus fullstack)
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1783900800' |
| RUN /bin/sh -c apt-get update && apt-get install --yes --no-install-recommends ca-certificates tzdata curl libssl3 libsqlite3-0 libgit2-1.9 zlib1g && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd --create-home --uid 1001 appuser # buildkit |
| RUN /bin/sh -c mkdir --parents /app/assets /data /config # buildkit |
| WORKDIR /app |
| COPY /build/dx-output/ /app/ # buildkit |
| RUN /bin/sh -c cp /app/public/assets/* /app/assets/ 2>/dev/null || true # buildkit |
| RUN /bin/sh -c chown --recursive appuser:appuser /app /data /config # buildkit |
| USER appuser |
| ENV DOCS_DB_PATH=/data/docs.db |
| ENV RUST_LOG=info,docs=info |
| LABEL org.opencontainers.image.source=https://dev.a8n.run/a8n-tools/docs |
| LABEL org.opencontainers.image.description=Local documentation wiki (Dioxus fullstack) |
| EXPOSE [8080/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL curl --fail http://localhost:8080/ || exit 1] Interval:30s Timeout:3s StartPeriod:5s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/app/docs"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | Local documentation wiki (Dioxus fullstack) |
| org.opencontainers.image.source | https://dev.a8n.run/a8n-tools/docs |