Skip to main content
Erschienen in:

2023 | OriginalPaper | Buchkapitel

1. Introducing Docker and Oracle

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

Over the past decade, we've witnessed a fundamental shift in how infrastructure is built, deployed, and run. The rise of reliability engineering is a response to systems' increasing complexity and scale. Without its tools and methods, managing and monitoring the environments of hundreds or thousands of hosts and services is an unimaginable, impossible task.

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
The mechanisms behind containers have been a part of the Linux kernel for years. Docker’s API lowered the technical threshold for using containers. Making containers more accessible and easier to use revolutionized the way enterprises develop and deploy code and infrastructure. The Docker name became synonymous with containers. When someone says, “We’ll put it in Docker,” they’re really talking about Linux containers. The terms Docker and containers refer to the same thing and are often used interchangeably.
 
2
Infrastructure as Code is a model for defining infrastructure as a set of rules or instructions that automation tools, like Docker, follow when building platforms to support software and applications. Code can be saved to source control, shared among teams, and subject to review and inspection. It leads to repeatable, reliable results, and allows teams to confidently provision hosts, storage, and networks without specialized knowledge or skills.
 
3
It’s unusual to see environments dedicated to infrastructure testing. Test systems are typically shared by end users, limiting their usefulness for any effort that might jeopardize their availability. They’re effectively production systems for internal users.
 
4
Provided changes on the OS are compatible with the container engine, of course.
 
5
This concept is covered in detail in Chapter 12.
 
6
Not to be confused with Oracle Cloud Infrastructure.
 
7
These methods are described in detail in Chapter 7.
 
8
Layers are covered in Chapter 17, Image Efficiency.
 
Metadaten
Titel
Introducing Docker and Oracle
verfasst von
Sean Scott
Copyright-Jahr
2023
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4842-9033-0_1