Sign inSign up

szlicar/docker-alpine-java_8-nodejs

By szlicar

Updated over 8 years ago

The Docker image containing Java 8 and NodeJS v8.9.4, based on Alpine Linux v3.6.

Image
0

774

szlicar/docker-alpine-java_8-nodejs repository overview

Docker Alpine Java NodeJs

Description

The image is the smallest possible version of Docker container running Java and NodeJS. It's size is 236MB.

The image is ideal to run automated builds in the docker container, like Cordova or React-Native. Just use this image and run commands to build the project.

Build image

docker build -t docker-alpine-java_8-nodejs .

Start container

docker run --rm -v $PWD:/data docker-alpine-java_8-nodejs

Tag summary

Content type

Image

Digest

Size

82.1 MB

Last updated

over 8 years ago

docker pull szlicar/docker-alpine-java_8-nodejs