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

Feature: add DockerContainer.with_copy_file_to_container #665

Open
Lenormju opened this issue Aug 5, 2024 · 1 comment
Open

Feature: add DockerContainer.with_copy_file_to_container #665

Lenormju opened this issue Aug 5, 2024 · 1 comment

Comments

@Lenormju
Copy link

Lenormju commented Aug 5, 2024

What are you trying to do?

Describe the intention of the enhancement.

I'd like to add a file to the container I'm starting, without using volumes.

Why should it be done this way?

Feature-parity with the Java version : https://java.testcontainers.org/features/files/#copying-files

Other references:

It you deem it interesting to implement, as I do, I can implement it.

@Lenormju Lenormju changed the title Feature: add DockerContainer.with_copy_file_ton_container Feature: add DockerContainer.with_copy_file_to_container Aug 5, 2024
@Lenormju
Copy link
Author

Lenormju commented Aug 5, 2024

I have found this remark in a PR : #392 (comment)
Indeed, this PR was not the right place to do it, but to implement it in a new one now would be perfect 😄

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

2 participants