- Portable App Distribution for Docker
Describes how to deploy using a Docker image by using Portable App Distribution.
This section describes how to deploy your Mendix app to a Docker environment.
Mendix offers two options for Docker deployments: Portable App Distribution or the Docker Buildpack.
Portable App Distribution allows users to generate their portable app with a single MxBuild command. It requires fewer manual steps than the Docker Buildpack, simpler environment configuration, and no rootfs preparation. Running Portable App Distribution can take as little as 3-6 minutes (the time may vary based on the application's size and complexity).
The Docker Buildpack offers custom rootfs configuration, but requires multiple build steps, a more complex setup process, and a longer total build time (at least 14-25 minutes).
Describes how to deploy using a Docker image by using Portable App Distribution.
Describes how to deploy using a Docker image using a Docker Buildpack.