- Docker and Kubernetes for Java Developers
- Jaroslaw Krochmalski
- 105字
- 2021-07-02 18:44:54
Volume-related commands
The basis of volume-related commands is docker volume. The commands are as follows:
- $docker volume create: Creates a volume
- $ docker volume inspect: Displays detailed information on one or more volumes
- $docker volume ls: Lists volumes
- $ docker volume rm: removes one or more volumes
- $ docker volume prune: removes all unused volumes, which is all volumes that are no longer mapped into any container
Similar to network-related commands, you can get the detailed description and all the possible options for each command if you execute it with the -help switch, for example: docker volume create -help. Let's begin with creating a volume.
推薦閱讀
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 數字媒體應用教程
- OpenDaylight Cookbook
- Oracle Exadata性能優化
- 數據結構(Python語言描述)(第2版)
- 零基礎學MQL:基于EA的自動化交易編程
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- 利用Python進行數據分析
- C++寶典
- Frank Kane's Taming Big Data with Apache Spark and Python
- Learning Docker Networking
- 代替VBA!用Python輕松實現Excel編程
- 啊哈C語言!:邏輯的挑戰(修訂版)
- Visual FoxPro程序設計實驗教程
- 川哥教你Spring Boot 2實戰