Month: July 2017

Docker, Oracle

Microservices PoC: A Docker Calculator

This example will explore building a simple container that has one specific  function. I’ll then extend this concept to a bit to add additional containers in an effort to build a basic calculator that can add, subtract, divide, and multiply. The current rendition will execute from the command line. Given enough time, we can REST …

Docker, Oracle

MongoDB Docker Oracle Linux Slim

Working for a consulting firm, I have the opportunity to occasionally explore technologies that don’t quite align with my focus area(s). I started looking at MongoDB, and over the last couple of weeks, I’ve found it to be quite fun. This post will focus on my intro to MongoDB and hopefully will result in a …

Database, Docker, Node.js, Oracle, oracledb

Deploy node-oracledb with Official Instant Client Image

A few days ago, I started building a PoC with the Oracle DB 12.1 and Oracle Instant Client. My goal was to deploy each component to separate and see if I could access the DB from the OIC container. Now to take it a step further. Adding the node-oracledb driver to enable Node.js interaction with …

Containers, Docker, script

Clean up qcow2 in Docker on MacBook

I really enjoy figuring out stuff to do with DOCKER, but I recently tweeted the following: Why you ask? Well, there is this file, Docker.qcow2 located right here: ~/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 on my MacBook Pro that consumes all of the remaining space I have on my hard drive, and SSD’s ain’t cheap.  I’m sure I need to …

cloud, Database, Docker, Oracle

Using the Oracle Instant Client with Docker and Oracle DB12c

This weekend, in my desire to learn more about Docker, I decided to implement a multi-container solution. In this PoC, I plan to deploy a container with the Oracle Database 12.1 and a second container with the Oracle Instant Client 12.2. The goal will be to connect to the Database container from the Instant Client …

Related Posts Plugin for WordPress, Blogger...