jefflester / minitrino

A tool that makes it easy to run modular Trino environments locally.
Apache License 2.0
32 stars 3 forks source link

Fix Launcher Script for Newest SEP Releases #70

Closed jefflester closed 8 months ago

jefflester commented 9 months ago

In recent releases, Starburst changed the image launcher script which seemingly makes it impossible to perform a container restart. I am still investigating this, but it's looking like I need to write a launcher specifically for the Minitrino image such that it works with docker restart <container>.

jefflester commented 8 months ago

Fixed with #71