github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_push.md (about) 1 ## sealer push 2 3 push cloud image to registry 4 5 ``` 6 sealer push [flags] 7 ``` 8 9 ### Examples 10 11 ``` 12 sealer push registry.cn-qingdao.aliyuncs.com/sealer-io/my-kuberentes-cluster-with-dashboard:latest 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for push 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