|
|
openstack image save 下载镜像
$ A4 S( n2 T$ I. S# F# openstack image save --help
- O! o6 R: y. [% Z/ F2 H1 M6 ~usage: openstack image save [-h] [--file <filename>] <image>
+ V$ \* z: O; z6 RSave an image locally
$ k. ?. C' L- I7 {4 B/ upositional arguments:
$ x1 E5 a* F, Y& E# L+ R [9 q <image> Image to save (name or ID)% s/ J* |6 v) ]3 d) f7 G) E
optional arguments:0 y- F* R* B3 b; B' w+ Z
-h, --help show this help message and exit7 |$ A d% L# w$ g' z; ^+ {
--file <filename> Downloaded image save filename (default: stdout)
# K* E4 `4 }/ a( X8 W' x; x) x" K4 C; o
简单举个例子:( \5 W, X ]4 K/ i+ ]6 C' p2 T
openstack image save --file CentOS-7.9_x86_64 577ef7cf-71b2-4100-9d1f-bc43ec4d9683
U2 F& Z$ H+ |7 n$ j( S0 q; v |
|