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
Hi,
When I run this command
docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:latest --chain ./cspec/knox_raw.json --ws-external
or
docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:testnet --chain ./cspec/knox_test_raw.json --ws-external
it throws error
Error: Input("Error opening spec file: No such file or directory (os error 2)")
The text was updated successfully, but these errors were encountered:
is working for me. however the testnet command isnt, will raise the issue with @lovesh
Sorry, something went wrong.
No branches or pull requests
Hi,
When I run this command
docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:latest --chain ./cspec/knox_raw.json --ws-external
or
docker run -p 9944:9944 -p 30333:30333 docknetwork/dock-substrate:testnet --chain ./cspec/knox_test_raw.json --ws-external
it throws error
Error: Input("Error opening spec file: No such file or directory (os error 2)")
The text was updated successfully, but these errors were encountered: