Error when deploying Lambda Docker using AWS CDK Error when deploying Lambda Docker using AWS CDK docker docker

Error when deploying Lambda Docker using AWS CDK


I found the problem. Docker needs to be installed to build the image. After installing docker on machine where I run 'cdk deploy' above issue is resolved.