intersystems-community / objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Service 'iris' failed to build : no space left on device

drechema opened this issue · comments

Just git clone and docker-compose build I get this error:
ERROR: Service 'iris' failed to build : Error processing tar file(exit status 1): write /usr/irissys/mgr/IRIS.DAT: no space left on device

It's because there is no space in your docker left.
Run

docker system prune -f

to clean up.
Other useful commands are listed here.

Or increase the space in docker settings

Perfect!! Thanks