CopyToContainer will perform the copy as a root user, which will cause a permission issue for containers running with an unprivileged user.
To work around this, the go-testcontainers have a mode parameters that allow to configure the permission of the copied file.
I think it will be a nice addition to this library.