- 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.
推薦閱讀
- TensorFlow Lite移動(dòng)端深度學(xué)習(xí)
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- Amazon S3 Cookbook
- 移動(dòng)界面(Web/App)Photoshop UI設(shè)計(jì)十全大補(bǔ)
- Asynchronous Android Programming(Second Edition)
- 數(shù)據(jù)結(jié)構(gòu)與算法分析(C++語言版)
- Kivy Cookbook
- IDA Pro權(quán)威指南(第2版)
- ASP.NET Web API Security Essentials
- Python Projects for Kids
- Instant Automapper
- HTML5 WebSocket權(quán)威指南
- ANSYS FLUENT 16.0超級(jí)學(xué)習(xí)手冊(cè)
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄
- Implementing DevOps with Ansible 2