Open bchr02 opened 9 years ago
I'd like to see +1's.
The VM we'd aim to augment is the "Database App Development VM" http://www.oracle.com/technetwork/community/developer-vm/index.html#dbapp
+1
+1
Docker image should be available as well
+1
On Tue, Nov 3, 2015 at 10:57 AM, Yuriy Voziy notifications@github.com wrote:
Docker image should be available as well
— Reply to this email directly or view it on GitHub https://github.com/oracle/node-oracledb/issues/230#issuecomment-153397205 .
I would like to see Node.js added to the App Dev VM as well. But as far as installs go, adding Node.js is quite simple. I wrote an updated blog post on this topic to help. I added Node.js via NVM which helps with running different versions of Node.js as needed. I hope it helps: https://jsao.io/2015/10/creating-a-local-sandbox-for-node-js-and-oracle-database/
has anyone built a docker image, yet? if not, i may take a stab at this in the next few days. not sure how successful I'll be, since i'm pretty new to docker... but i want this for one of my big apps i'm currently supporting, and potentially a new app i'm building.
Yes, I did. But just oracledb and the client libraries. I didn't install the full Oracle database. I'll add it to docker hub so you can have a look soon. Not in front of my computer right now.
@bchr02 that's exactly what i need, thanks! :)
I'm already using https://github.com/wnameless/docker-oracle-xe-11g for the oracle install in docker. it works very well. recommended for anyone that wants the fastest way to stand up an oracle xe for development purposes.
@derickbailey Here it is: Example of node-oracledb within Docker
@bchr02 that's great! thank you for that :) I should be able to get my docker needs met with that as an example, quite easily.
I think it would be useful to a lot of people if (at some point) Oracle offered a VirtualBox pre-built VM with:
Does anyone else agree?