You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1. docker_image.nginx.latest is no longer valid.
#2. Even updated 'docker_image.nginx.latest' to 'docker_image.nginx.image_id', terraform apply still have issue after 'terraform init -upgrade'. The error is following:
$ terraform apply
╷
│ Error: Error pinging Docker server: error during connect: Get "http://%2F%2F.%2F%2Fpipe%2F%2Fdocker_engine/_ping": open //.//pipe//docker_engine: The system cannot find the file specified.
│
│ with provider["registry.terraform.io/kreuzwerker/docker"],
│ on main.tf line 11, in provider "docker":
│ 11: provider "docker" {
The text was updated successfully, but these errors were encountered:
#1. docker_image.nginx.latest is no longer valid.
#2. Even updated 'docker_image.nginx.latest' to 'docker_image.nginx.image_id', terraform apply still have issue after 'terraform init -upgrade'. The error is following:
$ terraform apply
╷
│ Error: Error pinging Docker server: error during connect: Get "http://%2F%2F.%2F%2Fpipe%2F%2Fdocker_engine/_ping": open //.//pipe//docker_engine: The system cannot find the file specified.
│
│ with provider["registry.terraform.io/kreuzwerker/docker"],
│ on main.tf line 11, in provider "docker":
│ 11: provider "docker" {
The text was updated successfully, but these errors were encountered: