dockerAuthConfig function
Returns the raw DOCKER_AUTH_CONFIG string, or null.
Used by DockerClient to authenticate against private registries when pulling or pushing images.
Implementation
String? dockerAuthConfig() => testcontainersConfig.dockerAuthConfig;