<div dir="ltr">Hi all,<div><br></div><div><div>We want to eliminate pulling docker images over the Internet on bay provisioning. There are two problems of this approach:</div><div>1. Pulling docker images over the Internet is slow and fragile.</div><div>2. Some clouds don't have external Internet access.</div><div><br></div><div>It is suggested to build all the required images into the cloud images to resolved the issue.</div></div><div><br></div><div>Here is a solution:</div><div>We export the docker images as tar files, and put the tar files into a dir in the image when we build the image. And we add scripts to load the tar files in cloud-init, so that we don't need to download the docker images.</div><div><br></div><div>Any advice for this solution or any better solution?</div><div><br></div><div>Regards,</div><div>Wanghua</div></div>