- Docker for Developers
- Richard Bullington McGuire Andrew K. Dennis Michael Schwartz
- 165字
- 2021-06-11 18:15:25
Summary
In this chapter, we introduced Docker Compose as a superior management tool for managing and running a complex system of containers. We described several useful docker-compose configuration file options that allow us to specify ports to expose, local networking, and local volumes. We exploited the docker-compose tool's inheritance capabilities as well.
A critical part of using Docker is the development cycle. We typically edit, build, run, and test each cycle—then repeat. The size of images, as well as the time spent building, publishing, and downloading them, can be strategically reduced.
We also explored some alternatives to using .sh scripts and docker-compose. These are a natural next step in your Docker education as they provide facilities for deploying your orchestrations to swarms or clusters of servers in production or for testing.
The next few chapters go into detail about how to deploy your applications and how to implement continuous integration and automated testing. After that, we will cover security considerations for containerized applications.
- 精解Windows 8
- SharePoint 2013 WCM Advanced Cookbook
- 新手易學:系統安裝與重裝
- Ganglia系統監控
- RESS Essentials
- 突破平面3ds Max動畫設計與制作
- Hands-On UX Design for Developers
- OpenSolaris設備驅動原理與開發
- Learn CUDA Programming
- Learning BeagleBone
- Linux應用大全 基礎與管理
- bash shell腳本編程經典實例(第2版)
- Agile IT Security Implementation Methodology
- Learn OpenShift
- Linux系統管理初學者指南:基于CentOS 7.6