package
0.0.0-20210220143244-c4d1043c3b71
Repository: https://github.com/wx-chevalier/go-utils.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Pull pulls an image, retrying up to retries times.
PullIfNotPresent will pull an image if it is not present locally retrying up to retries times it returns true if it attempted to pull, and any errors from pulling.
Save saves image to dest, as in `docker save`.