This video explains how to copy images to other hosts. Commands used in this tutorial:
docker run ubuntu /bin/bash -c "echo 'creating new image' /tmp/samplefile"
docker commit container id container name
docker history container name
docker save -o /tmp/fridge.tar fridge
tar -tf /tmp/fridge.tar
docker load -i /tmp/fridge.tar