pub const CONTAINER_COMMAND: &str = "container.command";
Expand description
The command used to run the container (i.e. the command name).
§Notes
If using embedded credentials or sensitive data, it is recommended to remove them to prevent potential leakage.
§Examples