Skip to content

Commit 603c78f

Browse files
committed
update test cmd line
1 parent dd90e10 commit 603c78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ set -e
4444
[ "$failResult1" != "0" ]
4545
[ "$failResult2" != "0" ]
4646

47-
docker-push-ssh --prime alpine -i ./emptykey -p 22 root@${hostIp} ${image1}
48-
docker-push-ssh --prime alpine -r 5002 -i ./emptykey -p 22 root@${hostIp} ${image2}
47+
docker-push-ssh --prime-image alpine -i ./emptykey -p 22 root@${hostIp} ${image1}
48+
docker-push-ssh --prime-image alpine -r 5002 -i ./emptykey -p 22 root@${hostIp} ${image2}
4949

5050
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p 22 root@${hostIp} 'sh -l -c "docker run "'"${image1}"
5151
ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -p 22 root@${hostIp} 'sh -l -c "docker run "'"${image2}"

0 commit comments

Comments
 (0)