docker load -i /backup/myapp.tar

Category: Docker

docker load -i /backup/myapp.tar

Load an image from a tarball

Imports an image archive created by docker save into the local image store. -i names the file; the plain form reads stdin. Faster than pulling when registry access is unavailable.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.