## Steps to reproduce Environment: M1 MacOS, v0.0.0-devel+8661f92 1. Turn on Docker Daemon 2. Start coder with `coder server --dev` 1. Create a default Docker template via `templates init` and `templates create` Observe the obscure error on the client side: <img width="843" alt="image" src="https://user-images.githubusercontent.com/7416144/165586971-8cf8cff6-d50d-4219-adcd-d5dd4ee5d543.png"> Observe the obscure error in the server log: <img width="1246" alt="image" src="https://user-images.githubusercontent.com/7416144/165587087-63280884-43eb-4b99-8257-a36277b8ae28.png"> Also: we emit `job has already been marked as failed` which is redundant with `failing running job`. --- This issue is important since we plan for the Docker-based install to be default.