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
I am having a recurring issue where jobs that I start are failing immediately with an error that looks related to Docker. The log file is below. These are the first lines in the file.
time="2022-04-20T17:43:09Z" level=error msg="error waiting for container: context canceled"`
Error response from daemon: driver failed programming external connectivity on endpoint ssh (4b09db99808becfa8dbe7f000240cf72d29b6535f0b006e93c97391bc82904cf): Error starting userland proxy: listen tcp4 0.0.0.0:22: bind: address already in use
There are a few statements afterwards but they contain info specific to my project so I would not like to copy them here. They are similar to the two statements below and seem generally unrelated to any error.
I am posting about this here because this issue started to occur without any change to my code. Furthermore, as far as I can tell, this error is unrelated to any of my own code but instead is an issue with how Dsub is deploying my Docker container to the VM. Does anyone have any ideas about what may be happening? Please excuse me if it is actually a trivial error in my code.
The text was updated successfully, but these errors were encountered:
Hi @nj3252!
The error you're seeing seems related to the SSH port. If you're not actively using the ssh feature, could you remove the --ssh flag from your command and try again?
FWIW, we are seeing a few other issues related to SSH in #238 and #233
I am having a recurring issue where jobs that I start are failing immediately with an error that looks related to Docker. The log file is below. These are the first lines in the file.
There are a few statements afterwards but they contain info specific to my project so I would not like to copy them here. They are similar to the two statements below and seem generally unrelated to any error.
Below is the code I use to start the job.
I am posting about this here because this issue started to occur without any change to my code. Furthermore, as far as I can tell, this error is unrelated to any of my own code but instead is an issue with how Dsub is deploying my Docker container to the VM. Does anyone have any ideas about what may be happening? Please excuse me if it is actually a trivial error in my code.
The text was updated successfully, but these errors were encountered: