mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
16 lines
283 B
Plaintext
16 lines
283 B
Plaintext
# IMAGE
|
|
regexp=^(?!NAME)(\S+)\s+(\S+)\s+(\S+)
|
|
colours=default,bold yellow,bold black,cyan
|
|
======
|
|
# Running
|
|
regexp=\sRunning\s
|
|
colours=bold green
|
|
======
|
|
# Exited
|
|
regexp=\sStopped\s
|
|
colours=bold red
|
|
# PORTS
|
|
======
|
|
regexp=((?:\d{1,3}\.){3}\d{1,3}):(\d+)
|
|
colours=default,blue,bold blue
|