Docker Build & Run Skill

Orchestrate Mendix container lifecycle with Docker Compose and hot reloading.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/engalar/mxcli-taskdemo --skill docker-build-run-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Docker Build & Run Skill
Source: https://github.com/engalar/mxcli-taskdemo/tree/main/TaskDemo/.claude/skills/docker-workflow
Command: npx skills add https://github.com/engalar/mxcli-taskdemo --skill docker-build-run-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the complexity of setting up, building, and managing Mendix application containers, allowing developers to focus on building features rather than configuring infrastructure.

Core Features & Use Cases

  • Automated Container Lifecycle: Handles the entire build, run, and reload process for Mendix applications in Docker or Podman.
  • Hot Reloading: Supports rapid iteration by reloading model changes and CSS without requiring full container restarts.
  • Use Case: When developing a Mendix app, use this skill to quickly spin up a local PostgreSQL-backed environment, build your PAD package, and instantly preview logic or styling changes as you code.

Quick Start

Use the docker workflow skill to build and start your Mendix application in a fresh container environment.

Frequently Asked Questions about Docker Build & Run Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I use Docker or Podman for Mendix containerized development?

Hot reloading Mendix applications in Docker allows rapid iteration by reloading model changes and CSS without requiring full container restarts, streamlining the development workflow and reducing downtime.

How do I generate a PAD package for a Mendix app?

Generating a PAD package for a Mendix app uses automated container lifecycle management to handle the MxBuild process, facilitating development workflows including database initialization and package output.

Does Mendix hot reload work with Docker Compose stacks?

Mendix hot reloading works with Docker Compose stacks by reloading model changes and CSS without requiring full container restarts, enabling rapid iteration during development.

Do I need a devcontainer environment to run Mendix in Docker?

A configured devcontainer environment with Docker or Podman is required to run Mendix in Docker, along with access to the Mendix project file to orchestrate the containerized lifecycle.