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
Login to local coder via cli (run coder login and pass key)
Run coder templates init
Choose template you want to create (code-server in Docker)
Navigate to templates folder via command line
Run coder templates create (follow cli instructions)
Actual result: the following error message is shown in cli
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.
✔ Detecting persistent resources [1538ms]
✘ Cleaning Up [121ms]
template import provision for start: recv import provision: plan terraform: terraform plan: exit status 1
Expected result:
Template is created
.tf file example used for the template creation: main.tf.txt