Sign inSign up

pipekung/node-oracle

By pipekung

Updated about 7 years ago

Base on node:10-slim and oracle instant client installed

Image
0

500K+

pipekung/node-oracle repository overview

latest 10 node 10 License MIT Build Status

Supported tags

How to use this image

Using docker run

$ docker run -it --rm -p 9000:9000 -e NODE_ENV=production -v /path/to/your/project:/usr/src/app pipekung/node-oracle node app.js

Using docker-compose

version: "2"
services:
  app:
    image: pipekung/node-oracle
    environment:
      - NODE_ENV=production
    volumes:
      - /path/to/your/project:/usr/src/app
    ports:
      - 9000:9000
    command: node app.js

Run docker-compose:

$ docker-compose up -d

Reference

Tag summary

Content type

Image

Digest

Size

209.6 MB

Last updated

about 7 years ago

docker pull pipekung/node-oracle