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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Shelter Island, NY :
Manning Publications,
[2016]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.