cloud66-oss/habitus

Switch to the official docker client

mumoshu opened this issue · 2 comments

habitus has been relying on a great library called go-dockerclient. On the other hand, there's also an official client "github.com/docker/docker" which is hosted at https://github.com/moby/moby.

I don't have a comprehensive comparison between the two but I began to consider switching to the official one because:

  • It is a bit more flexible in image building as pointed out in #75 (comment)
  • It supports experimental features like build context streaming
khash commented

I'm in favour of this switch. Can we plan for it @mumoshu ?

khash commented

Closing due to no activity