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 image not working #3191

Open
4 tasks
breezytm opened this issue Jun 30, 2023 · 2 comments
Open
4 tasks

Docker image not working #3191

breezytm opened this issue Jun 30, 2023 · 2 comments

Comments

@breezytm
Copy link

Summary of Bug

exchaind in docker image is returning Illegal instruction (core dumped) error message for any parameter including --help

1. Describe

When trying to deploy a full node using okexchain/fullnode-mainnet:latest image I receive the following error messages

eoc-mainnet  | /root/start.sh: line 6:     7 Illegal instruction     (core dumped) exchaind init fullnode --chain-id exchain-66
eoc-mainnet  | Connecting to raw.githubusercontent.com (185.199.110.133:443)
eoc-mainnet  | wget: can't open '/root/.exchaind/config/genesis.json': No such file or directory
eoc-mainnet  | /root/start.sh: line 11:    10 Illegal instruction     (core dumped) exchaind start --chain-id exchain-66 --rest.laddr tcp://0.0.0.0:8545 --db_backend rocksdb

Expected Result

Successfully deploy a fleet of full nodes

Version

According to docker hub info, the latest image is on version 1.7.1 but the issue seems to have existed in previous version as well. The last working version seems to be v1.5.6

Steps to Reproduce

Mount the image and execute exchaind --help or any other command

In verson 1.7.1 docker image
image

In version 1.5.6 docker image
image


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@giskook
Copy link
Contributor

giskook commented Jun 30, 2023

Hi @breezytm,
Please refer to this documention.

@breezytm
Copy link
Author

breezytm commented Jul 1, 2023

Hi @breezytm, Please refer to this documention.

Thank you. Seems to be working now with the instructions.

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