Docker import
Jump to navigation
Jump to search
Internal
Overview
Create a new filesystem image from the contents of a tar archive.
gunzip < db.tar.gz | docker import - db
Create a new filesystem image from the contents of a tar archive.
gunzip < db.tar.gz | docker import - db