Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Fixed the removal container error
Browse files Browse the repository at this point in the history
Signed-off-by: Tong Li <litong01@us.ibm.com>
  • Loading branch information
Tong Li committed Sep 9, 2020
1 parent be6db0d commit a800675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/ops/caliperrun/apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- name: Launch caliper test
command: >-
docker run --network {{ NETNAME }} --name calipertester --hostname calipertester -rm
docker run --network {{ NETNAME }} --name calipertester --hostname calipertester --rm
-e "ROOTPATH=/vars/keyfiles"
-v /var/run/docker.sock:/var/run/docker.sock
-v {{ hostroot }}/vars:/vars
Expand Down

0 comments on commit a800675

Please sign in to comment.