Skip to content

Commit

Permalink
e2e test re-run containiers after pruning all containers
Browse files Browse the repository at this point in the history
Signed-off-by: Changwei Ge <gechangwei@bytedance.com>
  • Loading branch information
changweige committed Sep 7, 2022
1 parent 154e065 commit 50684ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ function start_multiple_containers_multiple_daemons {
nerdctl --snapshotter nydus run -d --net none "${JAVA_IMAGE}"
nerdctl --snapshotter nydus run -d --net none "${WORDPRESS_IMAGE}"
nerdctl --snapshotter nydus run -d --net none "${TOMCAT_IMAGE}"

nerdctl_prune_images

nerdctl --snapshotter nydus run -d --net none "${TOMCAT_IMAGE}"
nerdctl --snapshotter nydus run -d --net none "${JAVA_IMAGE}"
nerdctl --snapshotter nydus run -d --net none "${WORDPRESS_IMAGE}"
}

function start_multiple_containers_shared_daemon {
Expand Down

0 comments on commit 50684ef

Please sign in to comment.