Skip to content

Docker

Getting Started > Installation > Docker (current)


Install PDFMathTranslate via docker

What is docker?

Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker's methodologies for shipping, testing, and deploying code, you can significantly reduce the delay between writing code and running it in production.

Installation

  1. Pull and run:

    docker pull awwaawwa/pdfmathtranslate-next
    docker run -d -p 7860:7860 awwaawwa/pdfmathtranslate-next
    

Note

docker pull ghcr.io/PDFMathTranslate/PDFMathTranslate-next
docker run -d -p 7860:7860 ghcr.io/PDFMathTranslate/PDFMathTranslate-next
  1. Enter this URL in your default browser to open the WebUI page:
    http://localhost:7860/
    

Note

If you encounter any issues during use WebUI, please refer to Usage --> WebUI.

Note

If you encounter any issues during use command line, please refer to Usage --> Command Line.