I am trying to upload a 2GB Docker image to the Google Container registry:
gcloud docker push eu.gcr.io/project-id/image
I get the following error:
Failed to generate layer archive: write /mnt/sda1/var/lib/docker/graph/_tmp/be959f8b6f706fb75cdc24b/28450517: no space left on device '''
Another problem I encountered is a about a failing push. It seems the upload has not worked and then I cannot push it again:
Error response from daemon: push eu.gcr.io/project-id/image is already in progress
By the way is there an option to list all images?