mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 21:51:33 +00:00
re-word the help for docker import to make it clear that this will be an empty image containing only the files in the tar file
This commit is contained in:
@@ -557,7 +557,8 @@ Displaying image hierarchy
|
||||
|
||||
Usage: docker import URL|- [REPOSITORY[:TAG]]
|
||||
|
||||
Create a new filesystem image from the contents of a tarball
|
||||
Create an empty filesystem image and import the contents of the tarball
|
||||
(.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) into it, then optionally tag it.
|
||||
|
||||
At this time, the URL must start with ``http`` and point to a single
|
||||
file archive (.tar, .tar.gz, .tgz, .bzip, .tar.xz, .txz) containing a
|
||||
|
||||
Reference in New Issue
Block a user