apache-hop/README.md
2025-05-28 13:27:31 +00:00

14 lines
251 B
Markdown

# Apache HOP
This repository contains a minimal compose setup for testing purposes.
``` bash
# clone repository
git clone https://git.thielker.dev/markus/apache-hop
# navigate to source code
cd apache-hop
# start services
podman compose up -d
```