We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the following command yields an error:
$ docker run \ --name=noip \ -ti \ -v "/path/to/noip/config:/usr/local/etc/" \ hypriot/rpi-noip \ noip2 -C standard_init_linux.go:207: exec user process caused "exec format error"
I am running this on Ubuntu Server 18.10 with Docker 18.09.3, build 774a1f4.
Ubuntu Server 18.10
Docker 18.09.3, build 774a1f4
The text was updated successfully, but these errors were encountered:
This image is for linux/arm 32bit machines like the Raspberry Pi. On other Linux machines you typically get this exec format error.
Sorry, something went wrong.
@StefanScherer now that makes sense ;)
Should I open a PR with an edit of the Readme.md to avoid confusion for future users of the container?
Readme.md
No branches or pull requests
Running the following command yields an error:
I am running this on
Ubuntu Server 18.10
withDocker 18.09.3, build 774a1f4
.The text was updated successfully, but these errors were encountered: