Docker in Action
The idea behind Docker, a free an open source program, is simple. Create a tiny virtual environment, called a container, for an application that includes only its particular set of dependencies. The Docker engine accounts for, manages, and builds these containers through functionality provided by the host operating system. Software running inside containers share the Linux OS a...
The idea behind Docker, a free an open source program, is simple. Create a tiny virtual environment, called a container, for an application that includes only its particular set of dependencies. The Docker engine accounts for, manages, and builds these containers through functionality provided by the host operating system. Software running inside containers share the Linux OS and other resources, making their footprints radically smaller, and the containerized applications easy to install, manage, and remove. Applications can be packaged without worrying about environment-specific deployment concerns, and the operations team gets cleaner, more efficient systems across the board.
Docker in Action starts with a clear explanation of the Docker model of virtualization and shows how to create, deploy, and manage applications hosted in Docker containers. It offers specific techniques for testing and distributing applications via Docker Hub and other registries. It shows how to take advantage of the Linux OS features that Docker uses to run programs securely, and how to manage shared resources. Using carefully-designed examples, the book guides readers on orchestrating containers and applications from installation to removal. Along the way, it teaches techniques for using Docker on systems ranging from personal dev-and-test machine to full-scale cloud deployments.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Jeff Nickoloff 會建立大規(guī)模的服務(wù)站,寫關(guān)于技術(shù)的文字,并幫助人們實(shí)現(xiàn)他們的產(chǎn)品目標(biāo)。他曾在Amazon.com、Limelight 網(wǎng)絡(luò)和亞利桑那州立大學(xué)做這些事情。2014 年離開亞馬遜,他創(chuàng)辦了一家咨詢公司,專注于為財(cái)富100 強(qiáng)的企業(yè)和創(chuàng)業(yè)公司提供工具、培訓(xùn)和最佳實(shí)踐。如果你想與他聊天或者一起工作,可以在http://allingeek.com 找到他,或者在Twitter 上找@allingeek。
