vscode-extension: Run docker image with the same version as WAMR (#1815)

This commit is contained in:
TianlongLiang
2022-12-16 14:15:32 +08:00
committed by Wenyong Huang
parent 97fda83c94
commit fe210f02f2
10 changed files with 132 additions and 68 deletions

View File

@ -8,5 +8,5 @@ set -e
docker run --rm -it --name=wasm-debug-server-ctr \
-v "$(pwd)":/mnt \
-p 1234:1234 \
wasm-debug-server:1.0 \
wasm-debug-server:$2 \
/bin/bash -c "./debug.sh $1"