hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
622 stars 48 forks source link

Allow array of strings to be passed to `entrypoint` #215

Open peacememories opened 11 months ago

peacememories commented 11 months ago

The docker-compose (and docker) spec allows (and even prefers, from what I can tell) users to supply the entrypoint as a list of command and arguments. It would be nice to have this ability in arion as well.

roberth commented 11 months ago

Absolutely. I would expect this to be as simple as changing a str to either str (listOf str), and change a test to use it that way. I see little use in testing the old way.