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

Add generic parameter to pass Docker container options #134

Open
annybs opened this issue Mar 17, 2023 · 0 comments
Open

Add generic parameter to pass Docker container options #134

annybs opened this issue Mar 17, 2023 · 0 comments

Comments

@annybs
Copy link
Member

annybs commented Mar 17, 2023

At the moment we make some Docker options available via 'proxy' arguments like --network etc.

Supporting a growing number of possible container options for various environments may become cumbersome so we should look at the possibility of generic inputs, keeping in mind that Edge CLI does not proxy Docker CLI but rather the Docker Engine API, so something like --docker-args '--memory 100mb' may not be especially simple.

In any event, if we add the ability to specify container options arbitrarily, we will have much more flexibility to configure systems.

This solution would supersede #133 and other existing container options.

To be explored.

@annybs annybs self-assigned this Mar 17, 2023
@annybs annybs removed their assignment May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant