I'm getting the following error when trying to cre...
# typescript
b
I'm getting the following error when trying to create a Fargate service. I think it might be something on my end but I haven't been able to find much information about it online. The error occurs in
node_modules/@pulumi/docker.ts:115:19
.
Copy code
error: Error: No 'docker' command available on PATH: Please install to use container 'build' mode.
c
The error seems to indicate that you may not have Docker Desktop running on your machine. You'll need to run that if you are building container images on your machine, which it appears you must be.