Docker deep dive zero to Docker in a single book

Most applications, even the funky cloud-native microservices ones, need high-performance, production-grade infrastructure to run on. Having impeccable knowledge of Docker will help you thrive in the modern cloud-first world. With this book, you will gain the skills you need in order to work with Doc...

Descripción completa

Detalles Bibliográficos
Otros Autores: Poulton, Nigel (Telecommunications engineer), author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: [Birmingham] : [Packt Publishing] June 2023
Edición:2023 edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009757130006719
Tabla de Contenidos:
  • Table of Contents
  • Part 1: The Big Picture Stuff
  • 1. Containers from 30,000 feet
  • 2. Docker
  • 3. Installing Docker
  • 4. The big picture
  • Part 2 : The Technical Stuff
  • 5. The Docker Engine
  • 6. Images
  • 7. Containers
  • 8. Containerizing an app
  • 9. Multi-container apps with Compose
  • 10. Docker Swarm
  • 11. Docker NetworkingDocker overlay networking
  • 12. Docker overlay networking
  • 13. Volumes and persistent data
  • 14. Deploying apps with Docker Stacks
  • 15. Security in Docker
  • 16. What next.