docker run -p 9292:80 nownabe/x86-emulator-js
bundle exec puma
cd public
jspm bundle-sfx src/index bundle.js --minify --skip-source-maps
docker build -t x86-emulator-js .
docker run -p 9292:80 x86-emulator-js
curl -s -X POST localhost:9292/assemble [email protected] | jq
Content type
Image
Digest
Size
94.6 MB
Last updated
almost 10 years ago
docker pull nownabe/x86-emulator-js