You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
When running polkadot inside docker by: docker run -p 30333:30333 -p 9933:9933 -v /my/local/folder:/data chevdor/polkadot:latest polkadot --chain alex
Or docker run -p 30333:30333 -p 9933:9933 -v chevdor/polkadot:latest polkadot --chain alex
The following error is printed:
Error: Input("Error opening spec file: No such file or directory (os error 2)")
I am using Ubuntu and here is the polkadot version:
$ docker run --rm -it chevdor/polkadot:latest polkadot --version
polkadot 0.7.18-fc100e65e-x86_64-linux-gnu
The text was updated successfully, but these errors were encountered:
* Update docker.md
Few Edits:
- Use the `latest` version of polkadot.
- Add a missing `--` when reporting the version.
* Update docker.md use `westend` chain
> Alex doesn't exist anymore, the current test net is `westend`.
According to #803
When running polkadot inside docker by:
docker run -p 30333:30333 -p 9933:9933 -v /my/local/folder:/data chevdor/polkadot:latest polkadot --chain alex
Or
docker run -p 30333:30333 -p 9933:9933 -v chevdor/polkadot:latest polkadot --chain alex
The following error is printed:
I am using Ubuntu and here is the polkadot version:
The text was updated successfully, but these errors were encountered: