You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
@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.
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"
The text was updated successfully, but these errors were encountered: