Created
May 12, 2016 19:28
-
-
Save mcenirm/dcd9f30c8521f5fc52b867dc7eee88c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
name=$( basename "$0" .bash ) | |
set -e | |
set -x | |
docker run --rm --name "$name" -e http_proxy=http://192.168.99.1:3128 "$name":latest yum list "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment