Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PutContainerArchive hangs indefinitely with non existent containers #23

Open
lispyclouds opened this issue Feb 23, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@lispyclouds
Copy link
Collaborator

(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.

@lispyclouds lispyclouds added the bug Something isn't working label Feb 23, 2020
@lispyclouds lispyclouds self-assigned this Feb 23, 2020
@lispyclouds lispyclouds changed the title PutContainerArchive hangs indefinitely with non existemt containers PutContainerArchive hangs indefinitely with non existent containers Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant