vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

build failed with error #1974

Closed lipingxue closed 6 years ago

lipingxue commented 6 years ago

In top of the tree, "make build" failed with the following error

lipingx-m01:docker-volume-vsphere lipingx$ make build-all
/Library/Developer/CommandLineTools/usr/bin/make --directory=client_plugin build-all
../misc/scripts/build.sh pylint
make: Entering directory '/go/src/github.com/vmware/docker-volume-vsphere/esx_service'
make: Nothing to be done for 'pylint'.
make: Leaving directory '/go/src/github.com/vmware/docker-volume-vsphere/esx_service'
../misc/scripts/build.sh build
docker: Error response from daemon: invalid bind mount spec "/Users/lipingx/.ssh/id_rsa::ro": invalid volume specification: '/Users/lipingx/.ssh/id_rsa::ro': invalid mount config for type "bind": field Target must not be empty.
See 'docker run --help'.
make[1]: *** [dockerbuild] Error 125
make: *** [build-all] Error 2