MatchbookLab / local-persist

Create named local volumes that persist in the location(s) you want
MIT License
851 stars 122 forks source link

Install fail #69

Open Ikif opened 5 years ago

Ikif commented 5 years ago

I try to install in docker : docker run -d \ -v /run/docker/plugins/:/run/docker/plugins/ \ -v /home/pi/smarthome/docker_plugin/json/:/var/lib/docker/plugin-data/ \ -v /home/pi/smarthome/docker_plugin/data/volume/:/home/pi/smarthome/docker_plugin/data/volume/ \ cwspear/docker-local-persist-volume-plugin

It is stooped with error : standard_init_linux.go:207: exec user process caused "exec format error"

smueller18 commented 5 years ago

Duplicate of #67 I open PR #63 to address this issue.

smueller18 commented 5 years ago

@Ikif as long as this PR is not merged, you can use the image smueller18/docker-local-persist-volume-plugin:v1.3.2. But after the PR is merged, I will delete that image.