I am on docker version 1.11.2. I am trying to docker save an image but i get 
an error. 
i did docker images to see the size of the image and the result is this
myimage             0.0.1-SNAPSHOT      e0f04657b1e9        10 months ago       1.373 GB
The server I am on is low on space but it has 2.2 GB available but when I run docker save myimage:0.0.1-SNAPSHOT > img.tar i get 
write /dev/stdout: no space left on device
I removed all exited containers and dangling volumes in hopes of making it work but nothing helped.
 
     
    