Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.19 KB

Dockerized Mathoid server Container Registry

A Mathoid Docker image. This is originally created for FemiWiki.

Usage

The following command starts a Mathoid container:

docker run -p 10044:10044 femiwiki/mathoid

Then, access it via http://localhost:10044/?spec in a browser.

Environment Variables

Variables Default Description
MATHOID_NUM_WORKERS 'ncpu' Number of worker processes to spawn.
Set to 0 to run everything in a single process without clustering.
Use 'ncpu' to run as many workers as there are CPU units

Build

docker build --tag femiwiki/mathoid .
docker push femiwiki/mathoid

 


The source code of femiwiki/mathoid is primarily distributed under the terms of the GNU Affero General Public License v3.0 or any later version. See COPYRIGHT for details.