Running Xojo Web Applications in Docker

Originally published at: Running Xojo Web Applications in Docker – Xojo Programming Blog

You can package your Xojo Web Apps in a Docker Image. That allows you to run an instance of your applications easily in a Docker Container. Docker provides the infrastructure to host the apps, start/stop them, switch between image versions - and much more.

7 Likes