I\'m wondering where Docker\'s images are exactly stored to in my local host machine. Can I share my Docker-Image without using the Docker-Hub or a Docker
Docker-Hub
Docker
Sending a docker image to a remote server can be done in 3 simple steps:
docker save -o
Locally, use scp to transfer .tar to remote
On remote server, load image into docker:
docker load -i