Increase docker’s containers size

By default containers are limited to size 10G. I needed to increase container size. For this I added option to file /etc/docker/daemon.json:

{"storage-driver": "overlay"}

After this I restarted docker. Each container now gets total amount of space available on the mount point.