You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have some feature that allows the execution of 'one-off' docker containers that take in arguments that are dynamic e.g. they cannot be stored as settings as they change on each run.
For context: I want to setup an appcli-based project, where I run a CLI-based pipeline application wrapped in a docker container. This application take in a path to a folder of data to process, which will change each time I run the application.
With the current version of applci, this is non-trivial to setup. e.g. I currently need to specify a command field in the docker-compose and pass in the path to the folder via environment variables.
The text was updated successfully, but these errors were encountered:
It would be nice to have some feature that allows the execution of 'one-off' docker containers that take in arguments that are dynamic e.g. they cannot be stored as settings as they change on each run.
For context: I want to setup an appcli-based project, where I run a CLI-based pipeline application wrapped in a docker container. This application take in a path to a folder of data to process, which will change each time I run the application.
With the current version of applci, this is non-trivial to setup. e.g. I currently need to specify a
command
field in thedocker-compose
and pass in the path to the folder via environment variables.The text was updated successfully, but these errors were encountered: