cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Remove dependency on Docker CLI #146

Open radu-matei opened 5 years ago

radu-matei commented 5 years ago

Right now, in order to execute the invocation image, we have dependencies on both docker/cli and docker/docker.

It seems like we might be able to remove the dependency on docker/cli.

cc @rumpl @silvin-lubecki