omallo
omallo
I wanted to ask whether it would be possible to create a GitHub release for this project with some precompiled binaries (at least for Linux i386/x64)? This would make it...
## Requirement - what kind of business use case are you trying to solve? I would like to be able to link from the Jaeger UI to some log storage...
Docker 1.13 adds the concept of [managed plugins](https://github.com/docker/docker/blob/v1.13.0-rc4/docs/extend/index.md). This issue is to analyze how managed plugins work and to make this plugin available as a managed plugin if possible.
This issue is to investigate a possible use of a `global` scope for the driver as defined [here](https://docs.docker.com/engine/extend/plugins_volume/).
It should be possible to specify the name of the DigitalOcean volume when creating a new volume in case it differs from the name of the Docker volume. If no...
Right now, the driver does not support any mount configuration options. As such, the mount command executed by the driver is always the following: ``` mount /dev/disk/by-id/scsi-0DO_Volume_ /mnt/dostorage/ ``` Support...
I have just gone through [this](https://spring.io/guides/gs/authenticating-ldap/) Spring tutorial which uses an embedded UnboundId LDAP server. While playing around with the sample code, I noticed that doing a simple bind request...
**Is your feature request related to a problem?** I would like to be able to leverage [this AWS feature](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-security-groups.html#update-security-settings) which allows me to configure whether NLB security groups should block...