I have installed Docker for Windows. I have downloaded HDP_2.5_docker.tar
from http://hortonworks.com/downloads/#sandbox which is a 10 GB file.
How can I load an image tar file? I have tried this command:
docker import HDP_2.5_docker.tar
A container image is a tar file containing tar files. Each of the tar file is a layer. Once all tar files have been extract into the same location then you have the container's filesystem. This can be explored via Docker.
You can use docker load
Usage: docker load [OPTIONS] Load an image from a tar archive or STDIN
docker load < HDP_2.5_docker.tar
docker load -i windowsservercore.tar
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With