Running deno repl
in docker panics
#28098
Labels
repl
related to the Read-Eval-Print-Loop functionality of Deno
deno repl
in docker panics
#28098
Trying to execute deno on Docker I got the message "Deno has panicked".
Steps:
Answer:
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
Platform: linux x86_64
Version: 2.1.9
Args: ["deno", "repl"]
thread 'main' panicked at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/thread/mod.rs:678:29:
failed to spawn thread: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: