Re: containers

  • From: Jeff Chirco <backseatdba@xxxxxxxxx>
  • To: Jared Still <jkstill@xxxxxxxxx>
  • Date: Mon, 10 Jun 2019 08:14:54 -0700

Awesome, thanks! I am going to test this out.

On Sat, Jun 8, 2019 at 7:18 PM Jared Still <jkstill@xxxxxxxxx> wrote:

Here is a couple examples of using Docker as a way to get versions of
SqlPlus/Oracle client that I could not otherwise install

https://blog.pythian.com/how-to-use-oracle-instant-client-docker-images/

https://blog.pythian.com/how-to-create-an-oracle-18c-client-image-in-docker/

These docker images are configured is such a way that they work just like
sqlplus.

Well, it is sqlplus, but in docker.

I also use it to package and distribute an extension for orachk/exachk.

It could be done without docker, but it SO much easier with docker.


Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
Principal Consultant at Pythian
Pythian Blog http://www.pythian.com/blog/author/still/
Github: https://github.com/jkstill




On Tue, May 28, 2019 at 4:21 PM Jeff Chirco <backseatdba@xxxxxxxxx> wrote:

Anybody using docker or some kind of application containerization
environment in their production systems.  We don't have any but just trying
to understand it and how to use it. We are having trouble figuring out how
the database fits into all of this. Is your database in a container? I
don't see how you could with a 1tb database. So is the application just
under a container and they all point to a traditional database?

Thanks,
Jeff


Other related posts: