Skip to content

Instantly share code, notes, and snippets.

@qastmoran
qastmoran / save-all-images.sh
Created October 26, 2016 08:04 — forked from lalyos/save-all-images.sh
script to save all docker image, and load them back
reload() {
source ${BASH_SOURCE[0]}
}
alias r=reload
get-image-field() {
local imageId=$1
local field=$2
: ${imageId:? reuired}