Importing Docker Image to Another Host & Creating a Container
after copying the .tar
file (the image file) to the machine, load the image
list images to get image id ( to pass it to tag
command, for renaming the image )
rename the docker image and assign a tag to it
then, create a container from that image & start it & entering the bash
Last updated
Was this helpful?