Friday, August 25, 2017

How to Create an Oracle Database Docker Image

DZone Database Zone
How to Create an Oracle Database Docker Image

Oracle has released Docker build files for the Oracle Database on GitHub. With those build files, you can go ahead and build your own Docker image for the Oracle Database. If you don’t know what Docker is, you should go and check it out. It’s a cool technology based on the Linux containers technology that allows you to containerize your application — whatever that application may be. Naturally, it didn’t take long for people to start looking at containerizing databases, as well, which makes a lot of sense — especially for, but not only, development and test environments. Here is a detailed blog post on how to containerize your Oracle Database by using those build files that Oracle has provided.

You will need:

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...