Docker in action /
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 uses the...
Cote: | Libro Electrónico |
---|---|
Auteur principal: | |
Format: | Électronique eBook |
Langue: | Inglés |
Publié: |
Shelter Island, NY :
Manning Publications,
[2016]
|
Sujets: | |
Accès en ligne: | Texto completo (Requiere registro previo con correo institucional) |
Table des matières:
- 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.