A Mathoid Docker image. This is originally created for FemiWiki.
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.
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 |
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.