Closed enriquemanuel closed 2 weeks ago
CC @koute
@enriquemanuel Looks like your steps to reproduce are incomplete?
Running the (2) docker run --rm -it --platform linux/amd64 --entrypoint /bin/bash
I'm getting:
$ docker run --rm -it --platform linux/amd64 --entrypoint /bin/bash
"docker run" requires at least 1 argument.
See 'docker run --help'.
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
Create and run a new container from an image
Otherwise I can't really reproduce your problem. Running polkadot --dev
natively works for me.
@enriquemanuel ping
closing as stale
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
When running polkadot in
dev
mode it crashes and can't start because it can't launch the subprocesstxpool
in the backgroundSteps to reproduce
Dockerfile
docker build -t test .
docker run --rm -it --platform linux/amd64 --entrypoint /bin/bash
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it. Run with RUST_BACKTRACE=full to include source snippets.