- Docker for Developers
- Richard Bullington McGuire Andrew K. Dennis Michael Schwartz
- 129字
- 2021-06-11 18:15:21
Host filesystem pollution problem
Both virtualization and containerization solve certain problems developers face. There's no real point in installing server-style software systems on your workstation – that kind of software can be installed in a virtual machine or a Docker container. Using this strategy means you don't have to pollute your workstation's filesystem, you won't have software version conflicts, and you can run a different operating system than the one your workstation runs.
The pollution problem is a real concern for developers – they end up with a lot of cruft, or installed software, that they don't use day to day, but that take up system resources. We will learn to use virtualization or containerization to install that software in a way that isn't installed on your host's filesystem.
- 每天5分鐘玩轉Kubernetes
- 從零開始寫Linux內核:一書學透核心原理與實現
- 網絡操作系統:Windows Server 2003管理與應用
- Linux網絡操作系統與實訓(第三版)
- 白話區塊鏈
- 網絡操作系統教程:Windows Server 2016管理與配置
- AWS Development Essentials
- Linux設備驅動開發
- INSTANT Galleria Howto
- iOS 10 開發指南
- Raspberry Pi入門指南
- Getting Started with UDK
- Linux指令從初學到精通
- Getting Started with Citrix XenApp 6.5
- 用“芯”探核:基于龍芯的Linux內核探索解析