I'm trying to deploy through docker. I am using the following workflow:
- Build locally
- Click my image on the docker hub
- On the server: pull out the image
- On the server: run the image
But the docker push takes FOREVER. There are 30 images, and they must go through each and say, "The image already exists." Is there any way to speed this up?
Alternatively, should I use a different process for deployment?
source share