- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Steps to reproduce
Environment: M1 MacOS, v0.0.0-devel+8661f92
- Turn on Docker Daemon
- Start coder with
coder server --dev
- Create a default Docker template via
templates init
andtemplates create
Observe the obscure error on the client side:
Observe the obscure error in the server log:
Also: we emitjob has already been marked as failed
which is redundant withfailing running job
.
This issue is important since we plan for the Docker-based install to be default.