blocker icon indicating copy to clipboard operation
blocker copied to clipboard

A simple AWS EBS volume plugin for Docker

Results 7 blocker issues
Sort by recently updated
recently updated
newest added

I'm getting the below exception if i mount the volume which already partitioned. docker: Error response from daemon: error while mounting volume '/': Mounting device /dev/sdf to /mnt/blocker/9f0d4465-8b44-4358-b1a9-deb009e9df2b failed: exit...

In docker version 17.06.1, the syntax is already changed to, ``` docker run \ --mount type=volume,target=,source=,volume-driver=blocker \ ... ``` Haven't tested on when this is started.

Amazon's Elastic Container Service lacks integration with EBS. If this project works with ECS this could explode the possibilities.

This PR implements tag detection in an EBS volume in a form of `service=`. If matches, it will retrieve the volume id for the plugin to mount. With this PR,...

How to integrated blocker in docker compose? Can we set a mountpoint instead of using the entire EBS volume as one mountpoint?

I am trying to load a volume, but blocker gives the error 'Name not found'. ``` 2016/06/11 20:52:25 * /VolumeDriver.Path 2016/06/11 20:52:25 done: (vol-38386f82): (, Name not found.) 2016/06/11 20:52:25...

We haven't kept pace with the evolution of the VolumeDriver API: https://docs.docker.com/engine/extend/plugins_volume/#/volume-plugin-protocol Namely, we should support `Get` and `List` from Docker 1.10 and `Capabilities` from 1.12.