handsome-zebra-11018
09/01/2020, 6:11 PMexport DOCKER_API_VERSION=1.39
However with pulumi, its not working
There is no option to set API version https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/docker/config/
When deploy with pulumi I am getting error
error: Error pinging Docker server: request returned Internal Server Error for API route and version <https://DNS>:PORT/_ping, check if the server supports the requested API version`
I am using below config with pulumi
docker:host: "<tcp://DNS:PORT>
docker:certPath: "valid path to docker-cert"
docker:tlsVerify: 1
docker:apiVersion: 1.39
Any help here?