PacketFire / gemini

Cluster container orchestration tool
Apache License 2.0
0 stars 0 forks source link

Run image from tarball #37

Open RaasAhsan opened 5 years ago

RaasAhsan commented 5 years ago

Docker exposes two commands: docker save and docker open that allows you to export images to a tarball and run a container from an tarball. This can serve to be an alternative to running a Docker registry, as users can just upload images to a store. We can load tarballs over http, https, ftp, sftp, s3, etc.