github.com/alibaba/sealer@v0.8.6-0.20220430115802-37a2bdaa8173/docs/commandline/sealer_load.md (about) 1 ## sealer load 2 3 load image 4 5 ### Synopsis 6 7 Load an image from a tar archive 8 9 ``` 10 sealer load [flags] 11 ``` 12 13 ### Examples 14 15 ``` 16 sealer load -i kubernetes.tar.gz 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for load 23 -i, --input string read image from tar archive file 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --config string config file (default is $HOME/.sealer.json) 30 -d, --debug turn on debug mode 31 ``` 32 33 ### SEE ALSO 34 35 * [sealer](sealer.md) - 36