mauvm / docker-stillonboard

Ultra lightweight Docker status reporter (~9.2MB for full image).
0 stars 0 forks source link

Use easier method to detect running container #8

Open mauvm opened 8 years ago

mauvm commented 8 years ago

docker ps --format "{{.Names}}" | grep -iqE '^<case insensitive name here>$'

Available since Docker 1.8.0 (2015-08-11).