I’m setting a CD process using Docker and DigitalOcean as hosting. Everything works as expected with my private runner but when I do docker pull myUser/myApp
I always get this error:
failed to register layer: Error processing tar file(exit status 1): write /usr/share/doc/libxslt1-dev/html/libxslt-transform.html: no space left on device
I’ve got enough space on my droplet. I just installed the basic: node, git, mongo, and a couple of things more (not heavy).
This is what happens when I pull. This is more than 10GB (the droplet has 20GB)
My image is just 1GB:
On my server I’m using Docker version 17.03.0-ce, build 3a232c8 on Ubuntu 16.04
Am I forgetting something maybe?
Cheers!