Docker import: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
=External=
* https://docs.docker.com/engine/reference/commandline/import/
=Internal=
=Internal=



Latest revision as of 17:49, 19 April 2017

External

Internal

Overview

Create a new filesystem image from the contents of a tar archive.

gunzip < db.tar.gz | docker import - db