Skip to content

Commit 5c008f2

Browse files
committed
Tweaked a docker/run message.
- Legacy-Id: 10477
1 parent 0e513c7 commit 5c008f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ else
170170
fi
171171

172172
if ! docker images $REPO | grep -q $TAG; then
173-
echo "Fetching a docker image for your docker container ..."
173+
echo "Fetching docker image '$REPO:$TAG'"
174174
if ! docker pull $REPO:$TAG; then
175175
docker pull $REPO:latest || die "Failed to pull down the '$REPO:latest' docker image"
176176
id=$(docker images $REPO | grep latest | awk '{print $3}')

0 commit comments

Comments
 (0)