Hi there,
I am trying to install the docker engine on a Rasbery Pi (using Rasbian OS), but when I run the armhf/hello-world
docker image I get the following error
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"-v\": executable file not found in $PATH": unknown.
Steps taken to fix this
- Uninstalling and then reinstalling docker
- Installing using a convience script
- Updating all packages
- Running as sudo
- Restarting the service
- Aaaand rebooting ( )
I thought the docker version
and docker info
would be too long so it is in this gist
Does anyone have any ideas for troubleshooting or fixing the errors.