This is an example using Trino with an Iceberg connector, a Postgres metastore, and MinIO for object storage.
Start everything up:
docker compose upConnect to the Trino controller to execute some SQL:
docker compose exec controller trinoStop and remove the containers and network:
docker compose down