Thanks, Mario!

docker-compose up -d

I think this goes as the 2nd command in my post?

# docker iris iris session iris

Right!

Even less if you have a Docker Extension in VSCode and right click on a container to open the shell in container. In this case you can run:

# iris session iris

Two(!) commands less ;)

Details could be found here

Hi folks!

If you happen to visit Global Summit 2019 this year - please join us on InterSystems Developers meetup on the last day of the summit, just after DevOps and AI symposium at the same building.

Come to Champions, Copley at 5-30pm to chat and discuss in a relaxed atmosphere your dev experience with InterSystems IRIS.

RSVP here ;)

See you in Boston!

Hi Ed!

Thanks for the release!

Tried to build container got the following:

Step 16/20 : COPY --chown=irisowner ./isc/ $SRC_DIR/isc
 ---> e49473814d17
Step 17/20 : COPY --chown=irisowner ./rtn/ $SRC_DIR/rtn
 ---> 12750dfbd0fa
Step 18/20 : COPY --chown=irisowner iscpython.so $ISC_PACKAGE_INSTALLDIR/bin/
ERROR: Service 'iris' failed to build: COPY failed: stat /var/l
ib/docker/tmp/docker-builder811746695/iscpython.so: no such file or directory

Could you please check?