Files
docker-cli/components/engine/contrib
Christopher Jones 837919cf56 [ci] use alternate bash comparison
The pattern `echo str | grep -qE pattern` likes to fail on the z CI here for
an unknown reason. Use `grep -qE pattern <<< str` instead.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
Upstream-commit: 24da8a0ed415c019179ca2c4f7496cbdffb7e4d0
Component: engine
2018-01-12 11:05:20 -05:00
..
2017-11-21 20:57:02 +01:00
2017-04-10 14:28:27 -07:00
2017-10-24 15:39:34 -04:00
2017-10-22 11:16:06 -05:00
2016-10-20 22:18:16 -02:00
2017-10-13 13:59:48 +02:00
2017-07-27 10:40:00 +08:00

The contrib directory contains scripts, images, and other helpful things which are not part of the core docker distribution. Please note that they could be out of date, since they do not receive the same attention as the rest of the repository.