- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 93字
- 2021-06-24 19:17:29
Docker volumes
Docker volumes are the suggested way to persist data outside of a container. These volumes are fully managed by Docker Engine, and these volumes can be writable and readable depending on the configuration when they are used with a Docker command line. The data of these volumes is persisted on a directory path on a host machine.
There is a command-line tool to interact with volumes. The base of this tool is the docker volume command; the --help argument on the end shows the help instructions.
推薦閱讀
- Java Web開發學習手冊
- Drupal 8 Blueprints
- CMDB分步構建指南
- 面向STEM的Scratch創新課程
- AngularJS深度剖析與最佳實踐
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- TypeScript項目開發實戰
- C語言程序設計學習指導與習題解答
- Instant Ext.NET Application Development
- Python機器學習算法與應用
- Python編程:從入門到實踐(第3版)
- Modern C++ Programming Cookbook
- 現代CPU性能分析與優化
- SAS編程演義
- Learning iOS Penetration Testing