denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

Add API method for renaming a docker container #58

Open epicallan opened 6 years ago

epicallan commented 6 years ago

Should I submit a PR to add an API method for renaming docker container.

jprider63 commented 6 years ago

Hi @epicallan! We'd welcome a PR that implements this. Please include an integration test if you do.

It looks like this was added in API version 1.25, so we'd have to update the version we support. Hopefully this won't break compatibility with the rest of the endpoints.

denibertovic commented 6 years ago

Thanks @epicallan ! As @jprider63 mentioned we'd appreciate your PR. Let us know if you need any help.

epicallan commented 6 years ago

I have just really been busy lately. Will schedule to do this sometime this weekend. Thanks