databio / bulker

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

Some ideas #2

Closed nsheff closed 5 years ago

nsheff commented 5 years ago

how to handle templates? We have build templates and run templates...make them individually modifiable? Or use 'mode: docker' and 'mode: singularity' ?

bulker init uses 'is_command_callable' to determine if docker is present, or singularity, and uses appropriate mode (of course it can be changed).