Overview of Apache Hop Docker Containers
mainApache Hop provides an official Docker image (available on Docker Hub) that supports two primary deployment modes:
- Short-lived containers: Designed to execute a specific pipeline or workflow and then terminate immediately. This is ideal for scheduled batch jobs.
- Long-lived containers: Designed to run a Hop Server that stays active and waits for work via API or UI.
The container runs on a minimal Alpine Linux system using OpenJDK 21. The process runs under the Linux user hop (group hop).