testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Feature: add DockerContainer.with_copy_file_to_container

Open Lenormju opened this issue 6 months ago • 1 comments

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 avatar Aug 05 '24 11:08 Lenormju