I want to transfer a Docker image from one machine to another without using a repository either private or public?
I have created my own image in VirtualBox, and when it is finished, I tried to deploy other machines to have real usage.
Since it is based on image such as Red Hat Linux which cannot be recreated from a Dockerfile.
Are there simple commands I can use?
Can anyone help me with this?
Thanks