© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
S. ScottOracle on Dockerhttps://doi.org/10.1007/978-1-4842-9033-0_16

16. Docker Hub and Image Repositories

Sean Scott1  
(1)
Boise, ID, USA
 

Docker is an Infrastructure as Code tool, or IaC. Dockerfiles are the code, a set of instructions that direct Docker through the steps of creating (or recreating) images. Since Docker is platform agnostic, the same Dockerfile generates identical images on Windows, Mac, and Linux, on private machines, or in the cloud!

There’s a caveat, though. You’ve seen how the arguments in Dockerfiles add flexibility and variety to builds. I maintain a repository with a single Dockerfile capable of building versions of Oracle from 11g ...

Get Oracle on Docker: Running Oracle Databases in Linux Containers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.