I have host on Oracle Linux 8 in DMZ, without internet, Can i download docker images to install locally.
Yes, you can. Using docker image save
to export the images (even multiple images) into a tar file, copy it to the host without internet and import with docker image load
1 Like
Thank you very much, i got it.