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