Rexray: Error when install rexray/ebs plugin on MAC

Created on 14 Feb 2018  路  2Comments  路  Source: rexray/rexray

Summary

when I try to install rexray/ebs on mac, I get the below error:
Plugin "rexray/ebs:0.11.1" is requesting the following privileges:

  • network: [host]
  • mount: [/dev]
  • allow-all-devices: [true]
  • capabilities: [CAP_SYS_ADMIN]
    Do you grant the above permissions? [y/N] y
    0.11.1: Pulling from rexray/ebs
    83c34f18e2f1: Download complete
    Digest: sha256:5cfc110ee4ac06d5b7a52cb37f3dc548edef16894c4e36b40efbeeb1294d7ffa
    Status: Downloaded newer image for rexray/ebs:0.11.1
    Error response from daemon: dial unix /run/docker/plugins/151153d6d18566e7499699e9550a8c67e9296314fd7d62e5b5f1eff18f620b95/rexray.sock: connect: no such file or directory
    xxxx-MacBook-Air:~ xxx$

Version

Please paste the output of rexray version. For example:
the issue is with the version above > rexray/ebs:0.9.2

Steps To Reproduce

run the below on macOS High Sierra with actual AWS key and secret
docker plugin install rexray/ebs EBS_ACCESSKEY=access_key EBS_SECRETKEY=secret_key

Most helpful comment

@indicalabs the docker rexray/ebs plugin should be installed on EC2 instances. There's no way to have your mac host mount EBS volumes from AWS.

All 2 comments

am I not understand correctly?
Can't I install docker rexray/ebs plugin in MAC? should it be installed only on an EC2?

Should I install anything else?

@indicalabs the docker rexray/ebs plugin should be installed on EC2 instances. There's no way to have your mac host mount EBS volumes from AWS.

Was this page helpful?
0 / 5 - 0 ratings