Skip to main content

2023 | OriginalPaper | Buchkapitel

13. Oracle Dockerfile Recipes

verfasst von : Sean Scott

Erschienen in: Oracle on Docker

Verlag: Apress

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

Abstract

When I was 13 years old, I saw a movie called Breaking Away, a coming-of-age story about four friends trying to find their place in the world after high school. The main character is a young man who’s so enamored with bike racing that he pretends to be an Italian cyclist. The following day, by chance, I attended a local bike race. That one-two punch was all it took, and that same afternoon I headed to the local bike shop and announced to anyone who’d listen that I was going to be a bike racer! I was a wide-eyed, impressionable teenager and soaked up advice and opinions from local cycling club members, regulars at bike shops, and articles and photos in magazines. One shop in town had a beautiful Italian Colnago. It was black, with gold accents and gold-plated Campagnolo components. It was the epitome of Italian cycling equipment, displayed on the wall behind the register like a piece of art!

Sie haben noch keine Lizenz? Dann Informieren Sie sich jetzt über unsere Produkte:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Fußnoten
1
Thank you Bob from Two Wheel Transit Authority, wherever you are!
 
2
A new container referencing an oradata volume containing an existing database (a trick for rapid database cloning) won’t run setup actions. The script logic looks to see whether a database is present and, if not, executes code to call the Database Configuration Assistant and any post-installation setup scripts. It will, however, still perform the startup actions.
 
3
Podman secrets are mechanisms for sharing confidential information to containers, similar to build secrets.
 
4
There’s no option to disable a read-only home.
 
5
Among the tasks performed by DBCA are creating and populating configuration files. Whether the ORACLE_HOME is read-only or read-write affects the location of those files.
 
6
The openssl package is common to every version and could easily be part of RPM_LIST. Doing so is repetitive. Sometimes, less is more!
 
7
Builds are covered in Chapter 14.
 
Metadaten
Titel
Oracle Dockerfile Recipes
verfasst von
Sean Scott
Copyright-Jahr
2023
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4842-9033-0_13