The Docker image containing Java 8 and NodeJS v8.9.4, based on Alpine Linux v3.6.
774
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.
docker build -t docker-alpine-java_8-nodejs .
docker run --rm -v $PWD:/data docker-alpine-java_8-nodejs
Content type
Image
Digest
Size
82.1 MB
Last updated
over 8 years ago
docker pull szlicar/docker-alpine-java_8-nodejs