User bio

Twitter: @rtweed

Member since May 11, 2016
Replies:

OK to answer my own question, it looks like I can create a Dockerfile like this simple example:

        FROM containers.intersystems.com/intersystems/iris-community-arm64:2023.2.0.227.0

        USER root

        RUN apt update && apt install -y \

          wget \

          curl \

          locate \

          nano 

        USER irisowner

It appears to build a customised version of the community edition that can then be started in the usual way.  The key piece is switching USER to root and then back again to irisowner before the end of the Dockerfile.

Open Exchange applications:
Certifications & Credly badges:
Rob has no Certifications & Credly badges yet.
Global Masters badges:
Rob has no Global Masters badges yet.
Followers:
Following:
Rob has not followed anybody yet.