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
I cannot seem to get cAdvisor to start up...
sudo docker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:rw \ --volume=/sys:/sys:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \ --publish=8080:8080 \ --name=cadvisor \ google/cadvisor:latest
Which immediately exits with the following:
standard_init_linux.go:211: exec user process caused "exec format error"
I've searched around but cannot find any reference to this error to understand why the container keeps dying.
The text was updated successfully, but these errors were encountered:
You most probably have a CPU architecture mismatch - cAdvisor image aimed at arch X (ex. amd64), but running on host with arch Y (ex. arm).
Sorry, something went wrong.
yep, I think you might be right. 🤦
Use this one, should work #1236 (comment)
No branches or pull requests
I cannot seem to get cAdvisor to start up...
Which immediately exits with the following:
standard_init_linux.go:211: exec user process caused "exec format error"
I've searched around but cannot find any reference to this error to understand why the container keeps dying.
The text was updated successfully, but these errors were encountered: