Skip to content

Instantly share code, notes, and snippets.

@imesh
Last active April 6, 2016 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imesh/27b0bcbdb817cfbdabd1191d7f04df3e to your computer and use it in GitHub Desktop.
Save imesh/27b0bcbdb817cfbdabd1191d7f04df3e to your computer and use it in GitHub Desktop.
#!/bin/bash
for filename in *; do
echo "docker load < $filename"
docker load < "$filename"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment