menu
testcontainers_core package
documentation
testcontainers.dart
ExecWaitStrategy
command property
command property
dark_mode
light_mode
command
property
List
<
String
>
command
final
The command to run inside the container on each poll attempt.
Implementation
final List<String> command;
testcontainers_core package
documentation
testcontainers
ExecWaitStrategy
command property
ExecWaitStrategy class