Skip to content

Test how Docker Pull behaves on different scenarios

Notifications You must be signed in to change notification settings

jerbia/docker_pull_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a test utility used to identify the best strategy for pulling & deleting multiple Docker images. It currently has two "strategies": pulling image and immidiatly deleting it or pulling all images and then deleting them. The utility will pull the images based on the specified startegy and print the time it took.

You can run the utility on multiple terminals, checking what is the impact of pulling images in parallel.

##Usage: ./parallel.sh [arguments]

Arguments:

--pull_and_delete Pull image and delete immidiatly

--pull_all_and_delete Pull all images and then delete them

--just_pull Pull all images

Note: the is a text file with list of images - eacn image name in a seperate line.

About

Test how Docker Pull behaves on different scenarios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages