Docker in action

Summary Docker in Action teaches readers how to create, deploy, and manage applications hosted in Docker containers. About the Technology The idea behind Docker is simple. Create a tiny virtual environment, called a container, that holds just your application and its dependencies. The Docker engine...

Full description

Bibliographic Details
Other Authors: Nickoloff, Jeff, author (author)
Format: eBook
Language:Inglés
Published: Shelter Island, NY : Manning Publications [2016]
Edition:1st edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630199606719
Table of Contents:
  • Welcome to Docker
  • Running software in containers
  • Software installation simplified
  • Persistent storage and shared state with volumes
  • Network exposure
  • Limiting risk with isolation
  • Packaging software in images
  • Build automation and advanced image considerations
  • Public and private software distribution
  • Running customized registries
  • Declarative environments with Docker Compose
  • Clusters with Machine and Swarm.