docker-latest-import (1) Linux Manual Page
docker-import – 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. Synopsisdocker import [-c|–change[=[]]] [-m|–message[=MESSAGE]] [–help] file|URL|–[REPOSITORY[:TAG]] Options-c, –change=[] Apply specified Dockerfile instructions while importing the image Supported Dockerfile instructions: CMD|ENTRYPOINT|ENV|EXPOSE|ONBUILD|USER|VOLUME|WORKDIR –help Print usage statement -m, –message="" Set commit message…
