an Image based on Ubuntu, Node, npm and Java 1.8
165
Ubuntu Image with installed Node, NPM and Java 8 (openjvm-8-jdk) It is used for work with the node-jdbc-bridge and give all requierements to work with the following library
https://github.com/CraZySacX/node-jdbc
My Example for using this image is starting an Advantage Database Rest Server based on Node
docker run -p 3000:3000 --rm --name adsRestServer -v /home/gustini/containerData/gustini_node_ads_restserver:/usr/src/app -w /usr/src/app node-jdbc:latest nodejs index.js
Dockerfile:
FROM ubuntu
USER root
RUN apt-get -y update RUN apt -y install nodejs-legacy npm openjdk-8-jdk
Content type
Image
Digest
Size
276.1 MB
Last updated
almost 9 years ago
docker pull gustini/node_jdbc