上記の
 

IRISディベロッパーズガイド

IRIS実践プログラミングガイド

を使用したいと思い
Git Hubからダウンロードし
docker-compose up -d --build
したのですが、
以下のエラーが出て使用できないのですが、
使用する方法を教えていただけませんか?

↓↓↓↓↓↓↓↓

 => [ 8/10] COPY csp/*.* /usr/irissys/csp/user/                                                                    0.0s
 => ERROR [ 9/10] RUN iris start IRIS  && iris session IRIS < /tmp/iris.script     && iris stop IRIS quietly      11.4s
------
 > [ 9/10] RUN iris start IRIS  && iris session IRIS < /tmp/iris.script     && iris stop IRIS quietly:
#14 0.369 Using 'iris.cpf' configuration file
#14 0.487
#14 0.976 This copy of InterSystems IRIS has been licensed for use exclusively by:
#14 0.976 Community License expired.
#14 0.976 Copyright (c) 1986-2021 by InterSystems Corporation
#14 0.976 Any other use is a violation of your license agreement
#14 3.363
#14 3.363 Error: Invalid Community Edition license, may have exceeded core limit. - Shutting down the system : $zu(56,2)= 0Starting IRIS
#14 11.39
#14 11.39 An error was detected during InterSystems IRIS startup.
#14 11.39 ** Startup aborted **
------
failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c iris start IRIS   && iris session IRIS < /tmp/iris.script     && iris stop IRIS quietly]: exit code: 1