Introduction to Docker CI/CD

Containers are often advertised as solving a multitude of problems relating to delivering and maintaining highly available software in the always-on, global environment that most organizations must serve today, but how can they actually help you? What problems are you actually experiencing that can...

Full description

Bibliographic Details
Format: eBook
Language:English
Published: [Sebastopol, California] O'Reilly Media, Inc. 2022
Edition:[First edition]
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02005nmm a2200289 u 4500
001 EB002068281
003 EBX01000000000000001208371
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220922 ||| eng
050 4 |a QA76.76.A65 
100 1 |a Kane, Sean P.  |e presenter 
245 0 0 |a Introduction to Docker CI/CD  |c Sean P. Kane 
250 |a [First edition] 
260 |a [Sebastopol, California]  |b O'Reilly Media, Inc.  |c 2022 
300 |a 1 video file (2 hr., 34 min.)  |b sound, color 
653 |a Logiciels d'application / Développement 
653 |a Application software / Development / Computer programs / fast 
653 |a Application software / Development / fast 
653 |a Application software / Development / Computer programs 
653 |a Logiciels d'application / Développement / Logiciels 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
856 4 0 |u https://learning.oreilly.com/videos/~/0636920668879/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.3 
520 |a Containers are often advertised as solving a multitude of problems relating to delivering and maintaining highly available software in the always-on, global environment that most organizations must serve today, but how can they actually help you? What problems are you actually experiencing that can be solved with containers and its closely related technologies? After becoming comfortable with using containers in your day-to-day development workflow, the next step is to take containers deeper into your DevOps pipeline. In this class, we will use Docker Compose to help us set up a fully functioning containerized CI/CD pipeline on our local development systems. The resulting setup will allow each student to write some code, check that code into a git repo, and then watch that code get automatically built, tested, and potentially deployed, using containers for everything