Ryan
Ryan
CCoder.com
Created by saun on 3/1/2025 in #help
How to build a custom private image using coder's docker template?
63 replies
CCoder.com
Created by saun on 3/1/2025 in #help
How to build a custom private image using coder's docker template?
Assuming you meant to tag a different Ryan?
63 replies
CCoder.com
Created by ei.do on 2/28/2025 in #help
Permanent SSH + GPG keys
assuming I was tagged by mistake haha
13 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
The machine running Coder is on Ubuntu 22.04, Docker 24.0.6 (Coder is running via Docker Compose if that's useful info) the remote Docker host is on Ubuntu 24.04, Docker 27.3.1
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
Hey! Haven't found anything to go off yet -- nothing weird shows up in the docker host's logs
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
Hmmm interesting
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
That's a good spot, you're right
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It's also weird that it says docker.example.com as the URL for those API calls lol
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It's weird that Permanently added 'HOST' (key-type) to the list of known hosts. is being written to stderr even though I have StrictHostKeyChecking off (maybe because I have a UserKnownHostsFile set too? Perhaps I'll try with that off and see if anything more useful is in stderr
15 replies
CCoder.com
Created by Ryan on 12/29/2024 in #help
Intermittent failures in container deletion/creation on remote docker provider
It seems like this periodically happens whenever any kind of docker API call is made:
Error: Unable to create container: error during connect: Post "http://docker.example.com/v1.41/containers/create?name=workspace-name": command [ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /path/to/key -l root -- hostname docker system dial-stdio] has exited with signal: killed, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=Warning: Permanently added 'HOST' (key-type) to the list of known hosts.
on main.tf line 368, in resource "docker_container" "workspace":
368: resource "docker_container" "workspace" {
Error: Unable to create container: error during connect: Post "http://docker.example.com/v1.41/containers/create?name=workspace-name": command [ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i /path/to/key -l root -- hostname docker system dial-stdio] has exited with signal: killed, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=Warning: Permanently added 'HOST' (key-type) to the list of known hosts.
on main.tf line 368, in resource "docker_container" "workspace":
368: resource "docker_container" "workspace" {
it always eventually works with a retry. I don't think the network is actually flaky; the two machines are behind the same switch
15 replies