You are pushing an image to MindSphere's Container Registry app, but are receiving an EOF message similar to the one shown below after using "cf push ... " command. What should you do?
Solution
This error message occurs when you have a slow/latent internet connection. You would need to keep on retrying the "Docker push ..." command until it completes. During every attempt, it should push a few more layers to the MindSphere's container registry.
For further information on Container Registry, please visit the link below:
https://developer.mindsphere.io/paas/howtos/howtos-docker-in-cloudfoundry.html
Notes