Sign inSign up

lukebuk/mjs

By lukebuk

Updated over 7 years ago

A container that runs the mJS JavaScript engine

Image
0

1.7K

lukebuk/mjs repository overview

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

Tag summary

Content type

Image

Digest

Size

21.6 MB

Last updated

over 7 years ago

docker pull lukebuk/mjs