- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 101字
- 2021-06-24 19:17:30
Docker volume
The docker volume command permits you to manage the Docker volumes via the command-line interface. There are five commands:
- docker volume create
- docker volume inspect
- docker volume ls
- docker volume prune
- docker volume rm
The docker volume create, docker volume rm and docker volume ls commands are effectively used to manage the docker volume by Docker Engine. The behaviors are quite similar to those of the networks, but for volumes. The create command will create a new volume with some options allowed. The ls command lists all volumes and the rm command will remove the requested volume.
推薦閱讀
- Delphi程序設(shè)計基礎(chǔ):教程、實驗、習(xí)題
- Redis Applied Design Patterns
- Practical Internet of Things Security
- 劍指JVM:虛擬機實踐與性能調(diào)優(yōu)
- 架構(gòu)不再難(全5冊)
- Java面向?qū)ο蟪绦蜷_發(fā)及實戰(zhàn)
- 青少年P(guān)ython編程入門
- Spring+Spring MVC+MyBatis整合開發(fā)實戰(zhàn)
- Oracle從入門到精通(第5版)
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- Android開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- Mastering JavaScript High Performance
- Instant Lucene.NET
- Domain-Driven Design in PHP
- JavaScript程序設(shè)計(第2版)