Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: drop
Clone
impl for ContainerRequest
`Image` can be cloned just fine, but `ContainerRequest` is not intended to be, and is not, a truly safe structure for cloning. It allows to override: container name, port mappings and log consumers (soon). If necessary, you can always use a reusable constructor/method to create multiple similar `ContainerRequests`.
- Loading branch information