github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_pull.md (about) 1 ## sealer pull 2 3 pull cloud image to local 4 5 ``` 6 sealer pull [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 sealer pull registry.cn-qingdao.aliyuncs.com/sealer-io/kubernetes:v1.19.9 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for pull 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --config string config file (default is $HOME/.sealer.json) 25 -d, --debug turn on debug mode 26 ``` 27 28 ### SEE ALSO 29 30 * [sealer](sealer.md) - 31