Hi dvddarias,
I use the docker-sync to send my docker images to my live server.
But when run a new project and do:
docker-sync user@liveserver.com newprogram:1
it looks like its running and starts saving my image, untill it starts syncing, it quotes:
No Image found on .... serverside somthing.
The thing is the live server has not a lot of images, but that is why i try to sync it.
I read in the project description:
Note: When synchronizing an image on the New list the script will try to look for the highest common parent on your local machine to run the rsync command, so it pays off a lot to use images with the same base image. If no common parent is found the whole image is compressed and transfered.
But i think this is not the case in my example.
Do you have any idea?