Play with Kubernetes classroom | Running the application gives error
https://training.play-with-kubernetes.com/kubernetes-workshop/
git clone https://github.com/dockersamples/dockercoins cd ~/dockercoins docker-compose up
ERROR: Service 'hasher' failed to build: open /var/lib/docker/vfs/dir/59903707fd6693005cc1dc7d5d6af897a9e886e4be9aec499b3b67661be2e38c/usr/local/lib/ruby/2.6.0/monitor.rb: disk quota exceeded

Expected O/P - Successful build
Getting error while executing docker-compose up -d ERROR: Service 'hasher' failed to build: open /var/lib/docker/vfs/dir/59903707fd6693005cc1dc7d5d6af897a9e886e4be9aec499b3b67661be2e38c/usr/local/lib/ruby/2.6.0/monitor.rb: disk quota exceeded
Any workaround on this problem ?
Thanks, Suman
I'am getting error disk quota exceeded too

This can come if the root disk space size is less compared to the images that you are pulling from the registry. You can check the same from df -h and check partitions under /dev/