Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow execution of one off docker containers with dynamic arguments #33

Closed
david-homley opened this issue Oct 30, 2020 · 1 comment · Fixed by #48
Closed

Allow execution of one off docker containers with dynamic arguments #33

david-homley opened this issue Oct 30, 2020 · 1 comment · Fixed by #48
Assignees
Labels
enhancement New feature or request

Comments

@david-homley
Copy link

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.

@thomas-anderson-bsl
Copy link
Contributor

thomas-anderson-bsl commented Nov 3, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants