A container that runs the mJS JavaScript engine
1.7K
This container runs the mJS JavaScript engine (https://github.com/cesanta/mjs). Any options passed to it are passed directly through to the mJS runtime.
To use files inside the container, you will need to use a volume and set the mountpoint as the working directory:
docker run --rm -v /home/luke/repos/test:/mjs-data -w /mjs-data lukebuk/mjs index.js
Content type
Image
Digest
Size
21.6 MB
Last updated
over 7 years ago
docker pull lukebuk/mjs