clj-docker-client
clj-docker-client copied to clipboard
PutContainerArchive hangs indefinitely with non existent containers
(docker/invoke containers {:op :PutContainerArchive
:params {:id "does-not-exist"
:path "/root"
:inputStream (-> "test.tar.gz"
(clojure.java.io/file)
(clojure.java.io/input-stream))}})
This causes the call to hang up indefinitely even when the client timeouts are configured.