Skip to content

Instantly share code, notes, and snippets.

View aiwantaozi's full-sized avatar

michela feng aiwantaozi

  • Rancher Labs, Inc
  • Shenzhen
View GitHub Profile
@aiwantaozi
aiwantaozi / save-load-docker-images.sh
Created March 23, 2017 03:29 — forked from mmrko/save-load-docker-images.sh
Script to (selectively) save/load multiple Docker images
#!/usr/bin/env bash
# Script to (selectively) save/load multiple Docker images to/from a directory.
# Run ./save-load-docker-images.sh for help.
set -e
directory=$PWD
filter=""