Import the contents from a tarball to create a image
docker import {{FILE|URL}} {{IMAGE_NAME}}
- FILE|URL: Path or url to the tarball
- IMAGE_NAME: Name:tag of the newly created docker image
docker import /path/ak-cli.tar ak-cli:latest
Import the contents from a tarball to create a image
docker import {{FILE|URL}} {{IMAGE_NAME}}
docker import /path/ak-cli.tar ak-cli:latest