Andrey
Results
2
issues of
Andrey
### Context In the current version of Docker.DotNet (v3.125.15), there is no support for handling the [Systemerr](https://pkg.go.dev/github.com/docker/docker/pkg/stdcopy#StdType) stream when demultiplexing events from Docker. When docker sends `Systemerr`, the library throws...
I've self-hosted s3 service that does not support specifies buckets by domain. But it supports path style buckets, like this: `https://s3.example.net/{bucket}/` When I tried to use this action for `site`...