Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
This post indicates there was a Trial Edition Docker container at one time. Is it still available? Does anyone know where to download it from?
Solved! Go to Solution.
Greetings,
The ThingWorx Developer Portal *previously* supported a Docker "universal" installer during the 8.2 version... over a year ago.
Since then, the TWX DevPortal has only supported *native*, stand-alone installers.
You may find installers for Foundation, Analytics, and Industrial Connectivity (all version 8.4) here: https://developer.thingworx.com/en/resources/downloads
Thank you,
Jason
Hello,
Sorry, I don't know if the trial images are still available or not, but I can confirm that there are official Docker images for all recent ThingWorx versions on the Support portal (I guess you'll need a commercial subscription for that). Those images are well-thought-out, secure and configurable (there's even an example to spin up a complete ThingWorx HA cluster with the total of 10 containers via Docker Compose).
From the technical standpoint, creating a simple image (H2 and no SSL/TLS) is almost trivial: Use any Tomcat + Oracle JDK image (e.g. this or that) as a starting point, add some Thingworx.war, platform-settings.json and a trial license file, and voila. An external volume for /ThingworxStorage will prevent it from losing data on restarts. I guess that PTC almost certainly won't approve such setup and so you won't be able to use it in any prod-like setting, for which you'd rather rely on those (great) official images.
Regards,
Constantine
Greetings,
The ThingWorx Developer Portal *previously* supported a Docker "universal" installer during the 8.2 version... over a year ago.
Since then, the TWX DevPortal has only supported *native*, stand-alone installers.
You may find installers for Foundation, Analytics, and Industrial Connectivity (all version 8.4) here: https://developer.thingworx.com/en/resources/downloads
Thank you,
Jason