databio / bulker

Manager for multi-container computing environments
https://bulker.io
BSD 2-Clause "Simplified" License
24 stars 2 forks source link

document dealing with images with entrypoints #34

Closed nsheff closed 4 years ago

nsheff commented 4 years ago

Raised by @lwaldron

If a docker image specifies an ENTRYPOINT, then we don't want to put a command in the containerized executable, because it's interpreted as an argument to the command.

It's simple as saying:

docker_command: ' '

but we need to make sure this is documented and tested well.