boot_debugger_server.sh 316 B

12345678910
  1. #!/bin/bash
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. docker run --rm -it --name=wasm-debug-server-ctr \
  5. -v "$(pwd)":/mnt \
  6. -p 1234:1234 \
  7. wasm-debug-server:1.0 \
  8. /bin/bash -c "./debug.sh $1"