Skip to main content

2023 | OriginalPaper | Buchkapitel

3. Container Foundations

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

In the previous chapter, I covered some Docker terms and concepts. This chapter builds on that with more practical, hands-on examples that will help you understand Docker firsthand, how it works, and why it's grown so popular.

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
A few Docker commands have origins in Unix/Linux commands for file and process management and may not be immediately obvious to Windows users. In Linux, copies files, ls lists files, lists processes, and removes files. Their Docker equivalents copy files to and from containers, list Docker objects, list containers, and remove Docker objects, respectively.
 
2
TTY means teletype and dates to the “old days” before monitors were common. If you wanted human-readable output, it was shown on a teletype, or printer!
 
3
Significant changes to a container’s filesystem can lead to increased space use in overlay filesystems. See Chapter 12 for more details.
 
4
Chapter 7 describes techniques for storing data beyond the container’s union filesystem. Saving data outside the container decouples it from the container lifecycle, allowing databases in containers access to dedicated, high-performance storage.
 
5
Source images are updated regularly, causing the sizes you’ll see in this example to vary.
 
Metadaten
Titel
Container Foundations
verfasst von
Sean Scott
Copyright-Jahr
2023
Verlag
Apress
DOI
https://doi.org/10.1007/978-1-4842-9033-0_3