Skip to content

Commit

Permalink
build: fixs docker command for flextesa-lima
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Dec 7, 2022
1 parent 9af5c4f commit 21f7436
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
export charlie="$(docker run --rm ${flextesa_docker_image} flextesa key charlie)"
export donald="$(docker run --rm ${flextesa_docker_image} flextesa key donald)"
docker run
--rm
--name my-sandbox
--detach
-p 20001:20000
oxheadalpha/flextesa:latest
flextesa mini-net
docker run \
--rm \
--name my-sandbox \
--detach \
-p 20001:20000 \
oxheadalpha/flextesa:latest \
flextesa mini-net \
--root /tmp/mini-box --size 1 \
--set-history-mode N000:archive \
--number-of-b 1 \
Expand Down

0 comments on commit 21f7436

Please sign in to comment.