Skip to content
New issue

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

Error when creating config #5

Closed
caillou opened this issue Mar 19, 2019 · 2 comments
Closed

Error when creating config #5

caillou opened this issue Mar 19, 2019 · 2 comments

Comments

@caillou
Copy link

caillou commented Mar 19, 2019

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.

@StefanScherer
Copy link
Member

This image is for linux/arm 32bit machines like the Raspberry Pi. On other Linux machines you typically get this exec format error.

@caillou
Copy link
Author

caillou commented Mar 20, 2019

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants