When I try to start up my docker image, it crashes on startup because it exceeds some quota.
Is there any way to increase said quota?
Log:
"exit_description"=>"failed to create container: running image plugin create: pulling the image: streaming blob `sha256:e627f246588031563fb0a8ec26f6b275f92f97bd3b150376f2afdb571b0a1d1e`: writing blob to tempfile: uncompressed layer size exceeds quota\n: exit status 1", "crash_count"=>1, "crash_timestamp"=>1540365703889102250, "version"=>"d8e21bbc-385d-4d41-b921-0c627ccd4a95"
Docker image: https://hub.docker.com/r/gabac/docker-python-opencv-flask_web/
Thanks Cyril