- Docker for Developers
- Richard Bullington McGuire Andrew K. Dennis Michael Schwartz
- 173字
- 2021-06-11 18:15:22
Summary
In this chapter, we have learned about how VirtualBox can be used to create virtual machines on your workstation and how you can use it to run Windows (or Linux or other operating systems) in a virtual machine. We also learned enough about Docker to use it to build our first application.
This chapter was written using Windows 10 running within a VirtualBox virtual machine, running on an Arch Linux host. Microsoft Word was used within Windows, while the Docker commands and scripts were run and edited on the Arch Linux host.
We demonstrated how we can build a LAMP-style application, without MySQL, and containerize it. We can mount our source code directory from the host to the container so that we can edit files and see the changes immediately in the container. We learned how to persist data, meaning that stopping and starting the container would retain important files and state.
In the next chapter, we'll explore Docker Hub and build a more complex application that requires more than one container.
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- Linux操作系統(tǒng)基礎
- Linux從零開始學(視頻教學版)
- Mastering Distributed Tracing
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Extending Puppet
- 高性能Linux服務器構建實戰(zhàn):運維監(jiān)控、性能調(diào)優(yōu)與集群應用
- 計算機系統(tǒng)開發(fā)與優(yōu)化實戰(zhàn)
- 注冊表應用完全DIY
- Advanced TypeScript Programming Projects
- Linux操作系統(tǒng)案例教程(第2版)
- Responsive Web Design with AngularJS
- Unity AR/VR開發(fā):實戰(zhàn)高手訓練營
- UNIX傳奇:歷史與回憶
- Modern Python Cookbook