We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e513c7 commit 5c008f2Copy full SHA for 5c008f2
1 file changed
docker/run
@@ -170,7 +170,7 @@ else
170
fi
171
172
if ! docker images $REPO | grep -q $TAG; then
173
- echo "Fetching a docker image for your docker container ..."
+ echo "Fetching docker image '$REPO:$TAG'"
174
if ! docker pull $REPO:$TAG; then
175
docker pull $REPO:latest || die "Failed to pull down the '$REPO:latest' docker image"
176
id=$(docker images $REPO | grep latest | awk '{print $3}')
0 commit comments