Hi Wolf, On Tue, 30 May 2023 at 07:52, Graham Addis <grahamjamesad...@gmail.com> wrote: > > ENTRYPOINT ["executable", "param1", "param2"] # The exec form, which > is the preferred form:
I realised that pack takes multiple symlink(s) using --symlink /bin=bin --symlink /opt=opt I could use the equivalent format for --entry-point --entry-point executable --entry-point param1 --entry-point param2 This seems the most consistent approach with the current implementation so far. Thoughts?