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
The command line docker run --rm -it chevdor/polkadot:latest polkadot --name "PolkaDocker" crashes before executing.
docker run --rm -it chevdor/polkadot:latest polkadot --name "PolkaDocker"
error: Found argument 'polkadot' which wasn't expected, or isn't valid in this context
USAGE:
parity [SUBCOMMAND]
Expected:
Have the docker image running.
Workaround:
If polkadot argument is removed then it executes correctly. docker run --rm -it chevdor/polkadot:latest --name "PolkaDocker"
Env: Parity version Parity-Ethereum/v2.1.0-nightly-4eab867-20180810/x86_64-linux-gnu/rustc1.28.0
Bug:
The command line
docker run --rm -it chevdor/polkadot:latest polkadot --name "PolkaDocker"crashes before executing.Expected:
Have the docker image running.
Workaround:
If
polkadotargument is removed then it executes correctly.docker run --rm -it chevdor/polkadot:latest --name "PolkaDocker"Env:
Parity version Parity-Ethereum/v2.1.0-nightly-4eab867-20180810/x86_64-linux-gnu/rustc1.28.0