Hi @Ben Spead! Discord gives the pleasure of instant conversation and audio/video calls. It can save hours of time for developers, helps to learn faster and gives extra experience and knowledge. 

So, yes, Discord is not a requirement and it doesn’t ideally suite as a knowledge base but it shows itself as a helpful tool for the developer community as a perfect tool for communication.

Preview docker images on 2022.2.0.293.0 build with ZPM onboard are updated too and can be pulled as:

docker pull intersystemsdc/iris-community:preview

docker pull intersystemsdc/irishealth-community:preview

docker pull intersystemsdc/iris-community-arm64:preview

docker pull intersystemsdc/irishealth-community-arm64:preview

Here are also the docker images of InterSystems IRIS 2022.2 prevew with  ZPM package manager 0.3.2 inside.

From clause could look like:

FROM intersystemsdc/iris-community:2022.2.0.270.0-zpm

available images:

intersystemsdc/iris-community:2022.2.0.270.0-zpm
intersystemsdc/irishealth-community:2022.2.0.270.0-zpm
intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm 
intersystemsdc/irishealth-community:2022.2.0.270.0-zpm
intersystemsdc/iris-community:2022.2.0.270.0-zpm
intersystemsdc/iris-ml-community:2022.2.0.270.0-zpm
intersystemsdc/irishealth-community:2022.2.0.270.0-zpm 
intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm  

Or you can use preview clause:

FROM intersystemsdc/iris-community:preview

And to launch IRIS do:

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.2.0.270.0-zpm

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-ml-community:2022.2.0.270.0-zpm

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2022.2.0.270.0-zpm

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2022.2.0.270.0-zpm

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-ml-community:2022.2.0.270.0-zpm

docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2022.2.0.270.0-zpm

To open a terminal:

docker exec -it my-iris iris session IRIS

and to start the control panel:

http://localhost:9092/csp/sys/UtilHome.csp

To stop and destroy container:

docker stop my-iris