Merge tag 'v0.6.0' into develop

Use pandoc/extra instead of ldericher/pandocker
This commit is contained in:
Jörn-Michael Miehe 2024-01-08 22:49:23 +01:00
commit 9128c11796
3 changed files with 4 additions and 4 deletions

View file

@ -10,5 +10,6 @@ RUN set -ex; \
COPY src/usr /usr
WORKDIR /docs
ENTRYPOINT ["autodoc"]
CMD ["-bw"]

View file

@ -1,7 +1,7 @@
image_tag = ldericher/autodoc
docker_build = docker build
docker_run = docker run --rm -it
examples_flags = -v "$(shell pwd)/examples:/data" -u "$(shell id -u):$(shell id -g)"
examples_flags = -v "$(shell pwd)/examples:/docs" -u "$(shell id -u):$(shell id -g)"
.PHONY: default
default:

View file

@ -8,7 +8,7 @@ In general, any file-sharing solution -- preferably on top of `docker-compose` -
## Quick Start Guide using Docker
The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher/autodoc) is based on [pandocker](https://hub.docker.com/r/ldericher/pandocker) providing Ubuntu's TeXlive `LaTeX` and `pandoc` in a simple box.
The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher/autodoc) is based on [pandoc/extra](https://hub.docker.com/r/pandoc/extra) providing TeXlive `LaTeX` and `pandoc` in a container.
01. Install [Docker CE](https://docs.docker.com/install/)
@ -18,7 +18,7 @@ The `autodoc` image [available on Docker Hub](https://hub.docker.com/r/ldericher
```bash
docker run --rm -it \
--volume "${PWD}":/docs \
--volume "${PWD}:/docs" \
--user "$(id -u):$(id -g)" \
ldericher/autodoc
```
@ -58,7 +58,6 @@ services:
- documents:/opt/autodoc
autodoc:
restart: always
image: ldericher/autodoc
user: "UID:GID"
volumes: