aixigo / PREvant

Composing Microservices into Reviewable and Testable Applications
MIT License
13 stars 10 forks source link

Replace ShipLift Crate with Bollard as Docker SDK #161

Closed samuchila closed 6 months ago

samuchila commented 8 months ago

Currently docker's latest engine v25 is incompatible with ShipLift Crate. Moreover the maintenance for ShipLift has been stopped for a long time. This PR aims to replace ShipLift with the crate Bollard that is being maintained on a regular basis.

Fixes #160