Skip to content

Split `Container` into `PendingContainer` and `RunningContainer`

Vegard Sandengen requested to merge veeg/split-container into master

Closes #2 (closed)

This is a major internal refactoring that imposes the following public API changes:

  • Change the type yieled by DockerOperation.handle()
  • Change the trait signature for WaitFor.

The bulk of the changes are introduced in dockertest.rs and container.rs.

Merge request reports