/docker-mathoid

📝 Dockerized Mathoid

Primary LanguageDockerfileGNU Affero General Public License v3.0AGPL-3.0

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.