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

docker-compose has "exec format error" #84

Closed
wan9wu opened this issue Sep 21, 2020 · 3 comments
Closed

docker-compose has "exec format error" #84

wan9wu opened this issue Sep 21, 2020 · 3 comments
Labels
question Further information is requested

Comments

@wan9wu
Copy link

wan9wu commented Sep 21, 2020

$ ./scripts/docker_run.sh
*** Start Substrate node template ***
Removing substrate-node-template_dev_run_6519c3d98f54 ... done
Removing node-template ... done
Removing substrate-node-template_dev_run_6e5476f0e5e3 ... done
Removing substrate-node-template_dev_run_a6ac63c25e50 ... done
Removing network substrate-node-template_default
Creating network "substrate-node-template_default" with the default driver
Creating substrate-node-template_dev_run ... done
standard_init_linux.go:211: exec user process caused "exec format error"

how can i solve this problem?

@wan9wu wan9wu added the question Further information is requested label Sep 21, 2020
@wheresaddie
Copy link
Contributor

wheresaddie commented Sep 21, 2020

What is the architecture of the machine you are trying to execute the docker image on @wan9wu ?

two things to check-- if the execute permission was/is not set on the execution target. You may want to chmod+x to the execution target in your Dockerfile/Docker build and try again. second, ensure you are running the right architecture-- in my experience exec user process caused "exec format error" can be translated as "you are trying to run a container for other architecture and that's a no go bro'

@danforbes
Copy link
Contributor

I just tried using this script for the first time and was able to get it working but I had to create a folder named .local first. Can you try that and see if it solves your problem?

@danforbes
Copy link
Contributor

I'm going to close this issue due to lack of activity. @wan9wu please reopen this Issue or create a new one if you're still having problems.

3Dpass referenced this issue in 3Dpass/3DP Apr 22, 2022
* Generate css, change favicon

* Remove all theming except favicon

* Restore theme line in book.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants