Health-check command, e.g. ['CMD', 'curl', '-f', 'http://localhost/'].
['CMD', 'curl', '-f', 'http://localhost/']
The first element is the test type: 'CMD', 'CMD-SHELL', or 'NONE'.
'CMD'
'CMD-SHELL'
'NONE'
final List<String>? test;