Skip to content

Instantly share code, notes, and snippets.

View ball6847's full-sized avatar
🎯
Focusing

Porawit Poboonma ball6847

🎯
Focusing
  • 7 Peaks Software Co., Ltd.
  • Bangkok, Thailand
View GitHub Profile
@ball6847
ball6847 / docker-dump.sh
Last active December 8, 2017 07:52 — forked from lalyos/save-all-images.sh
script to save all docker image, and load them back
#!/bin/bash
help() {
echo "\
Usage: $0 save - save all docker images to current directory
$0 load - find all images in current directory then import to docker"
exit 1
}
get-image-field() {