© 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_6

6. Customize Container Environments

Sean Scott1  
(1)
Boise, ID, USA
 

Running containers is comparable to calling a sophisticated shell script. Containers and shell scripts both perform a scoped set of tasks. Scripts can be explicit, with hard-coded values, but adding some flexibility makes them more portable and valuable. That might mean deriving specific values from the environment or interpreting parameters passed to the script at runtime. Take an RMAN backup script as an example. Hard-coding the database name prevents its use on other databases. Pass the database name as a variable, and ...

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.