|
|
openstack image save 下载镜像4 l! Y% w2 _- _& C! y- b- @
# openstack image save --help : c0 h9 {3 a$ _- ~( E7 r
usage: openstack image save [-h] [--file <filename>] <image>, y. { B4 l! m! V/ P0 Z; p
Save an image locally1 Q0 ~6 j% g$ G7 t+ u: B( M1 g
positional arguments:
- o& D6 G' M/ D) O" \& m7 I9 X: J <image> Image to save (name or ID)& T; z/ p, U. N$ h& S% I
optional arguments:- A2 h' J2 G; q* j/ T0 U
-h, --help show this help message and exit2 N3 A* X. [0 r: H% V
--file <filename> Downloaded image save filename (default: stdout)
! `, `0 c- y5 L8 n; \4 `/ l* {& F9 b6 v# |1 x1 ?
简单举个例子:: P! x) y$ z1 E
openstack image save --file CentOS-7.9_x86_64 577ef7cf-71b2-4100-9d1f-bc43ec4d96830 V% N# H+ E% E1 a: H
|
|