docker-hs icon indicating copy to clipboard operation
docker-hs copied to clipboard

A Haskell library for the Docker Engine API

Results 20 docker-hs issues
Sort by recently updated
recently updated
newest added

This is a huge undertaking and a major breaking change but it would cover the entire api in one single swoop.

Hi, and sorry for the unsolicited PR. I've been using your library for a project, and I ended up needing some additional endpoints and other features dealing with docker networking....

First of all, just wanted to say thanks for putting this library together. I've been using it for a few weeks and it works great. I'm primarily using it to...

Should I submit a PR to add an API method for [renaming docker container](https://docs.docker.com/engine/api/v1.36/#operation/ContainerRename).

We need an integration test for each endpoint we're targeting (to be sure it actually works and doesn't break on different docker/api versions).

Currently, only the HTTP status code and the standard HTTP description for this code is returned on API errors. But the Docker API also always returns some JSON with a...

We needz docs.

help wanted
documentation

Would be nice to implement `archive` endpoint. https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/get-an-archive-of-a-filesystem-resource-in-a-container https://docs.docker.com/engine/reference/api/docker_remote_api_v1.24/#/extract-an-archive-of-files-or-folders-to-a-directory-in-a-container PS I'd like to try implement it myself, but possible need little guiding/hinting

enhancement

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.3.1. Release notes Sourced from actions/cache's releases. v3.3.1 What's Changed Reduced download segment size to 128 MB and timeout to 10 minutes by @​kotewar in...

dependencies