Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Found argument 'polkadot' which wasn't expected, or isn't valid in this context #1

@bneiluj

Description

@bneiluj

Bug:

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions