Sign inSign up

jmervine/miniiojs

By jmervine

Updated about 11 years ago

io.js built on Alpine Linux to be small.

Image
1

1.5K

jmervine/miniiojs repository overview

jmervine/miniiojs

A small Docker image for running io.js apps built using Alpine Linux
Repo:
Usage
# running local code
docker run --rm -it \
    -v $(pwd):/src \
    jmervine/miniiojs \
    sh -C 'npm install && npm start'

Tag summary

Content type

Image

Digest

sha256:44b320d52

Size

90.9 MB

Last updated

about 11 years ago

docker pull jmervine/miniiojs