Search notes:

docker import

docker import creates a filesytem image from a tar archive.
The following command creates the most minimal image possible
Create a minimal (empty) tar file cv --files-from /dev/null | docker import - minimal-image

See also

Docker commands

Index