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

Support for passing platform #718

Open
poplexity opened this issue Aug 7, 2024 · 1 comment
Open

Support for passing platform #718

poplexity opened this issue Aug 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@poplexity
Copy link

Similar to #500 it would be great to have feature parity with the CLI. The suggested workaround does work but is quite inconvenient, we have migrated one project to use bollard directly such that we could specify the platform when launching the container.

@shelajev
Copy link
Member

shelajev commented Aug 8, 2024

After looking at the other implementations, this could perhaps be a more general request. We could expose a lower level API, similar to withCreateCmdModifier in testcontainers-java, and that could be used to configure various options:

  • platform
  • CPU and memory limits for repeatable environments for performance
  • runtimes, to enable GPU support like in the Ollama module

@DDtKey DDtKey added the enhancement New feature or request label Aug 11, 2024
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

No branches or pull requests

3 participants