- 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.
推薦閱讀
- Getting Started with PowerShell
- The React Workshop
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Data Analysis with Stata
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- 零基礎(chǔ)C#學(xué)習(xí)筆記
- ROS機(jī)器人編程實(shí)戰(zhàn)
- 征服C指針(第2版)
- Swift High Performance
- SCRATCH編程課:我的游戲我做主
- Dart:Scalable Application Development
- React.js實(shí)戰(zhàn)
- Swift 2 Design Patterns