- 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.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- TypeScript入門與實戰
- Java加密與解密的藝術(第2版)
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Groovy for Domain:specific Languages(Second Edition)
- Cassandra Data Modeling and Analysis
- Effective Python Penetration Testing
- Python全棧數據工程師養成攻略(視頻講解版)
- D3.js By Example
- ArcGIS for Desktop Cookbook
- Flink技術內幕:架構設計與實現原理
- Angular Design Patterns
- Java EE 8 and Angular
- 川哥教你Spring Boot 2實戰
- Java Web 從入門到項目實踐(超值版)