How to copy driver to plugins folder in docker

I am following this to add Trino driver to plugins directory

Is my below. steps correct ?

  • Create new dockerfile with below contents
FROM metabase/metabase
COPY ./starburst-2.0.1.metabase-driver.jar /plugins/
  • Build new image
  • Run container with this new image

Thanks in advance !

you can follow this example GitHub - paoliniluis/metabase-trino

1 Like