fluentd-docker-image icon indicating copy to clipboard operation
fluentd-docker-image copied to clipboard

Unable to remove source cache - when building a new child image

Open vanomashey opened this issue 6 years ago • 1 comments

Hi guys,

I am trying to build a new custom docker image following the example in the documenation. All examples from documentation are failing on gem source -c command with the error: Unable to remove source cache

I am not a ruby guru, so help would appreciated. Cannot find in google why this would happen. I guess more users might experience this as long as it is in documentation examples.

Thank you in advance.

Regards, Ivan

vanomashey avatar Sep 28 '17 14:09 vanomashey

I had the same problem and the solution was to use the overlay2 driver rather than the overlay driver, see https://docs.docker.com/storage/storagedriver/overlayfs-driver/

robeatoz avatar Jan 22 '20 10:01 robeatoz