Golang Alpine-based image with wkhtmltopdf ready.
Using Surnet/docker-wkhtmltopdf as base image.
FROM rl404/go-wkhtmltopdf:latest
WORKDIR /go/src/github.com/your-name/project-name
COPY . .
CMD ["go", "run", "main.go"]
Content type
Image
Digest
Size
173.7 MB
Last updated
about 6 years ago
docker pull rl404/go-wkhtmltopdf