Project

General

Profile

Idea #9132

Updated by Peter Amstutz about 7 years ago

Current crunch-run is using curoverse/dockerclient, but this is appears to be not very actively maintained and lacks support for attaching stdin. mantained.    The supported preferred Go API for Docker client library is docker/engine-api which is actually Docker's own client code https://github.com/docker/docker/tree/master/client code. 

Back