You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Docker exposes two commands:
docker save
anddocker 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 overhttp
,https
,ftp
,sftp
,s3
, etc.The text was updated successfully, but these errors were encountered: