Introduction

This document describes how to deploy a Mendix application with docker on a Red Hat Enterprise Linux (RHEL) 8.x server.

You'd better have some basic knowledge about common Linux command lines, git, docker, and database. This way, you can better understand the meaning of each command below, and be able to handle errors thrown when executing the commands below.

Steps

Refs:

  1. mendix/docker-mendix-buildpack at latest (github.com)
  2. Installing Docker CE and Docker compose on RHEL8 or RHEL9 (hcltechsw.com)
  3. Team Server | Mendix Documentation