Revision history  [back]

Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd

I'm trying to configure a new project to use a docker environment, but Wing's python doesn't seem to launch correctly. In the logs, I see references to my home directory, which doesn't exist in the container.

Is there some configuration that tells wing what cwd to use inside the container?

More info:

Wing launches a container successfully (I'm able to exec into it myself), but when I select restart shell in wing's python directory, this message appears in the python window:

OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/rutherford") set in config.json failed: no such file or directory: unknown further, I see the following in ide.log:

popenE with ['docker', 'exec', '-w', '/home/rutherford', ...

/home/rutherford is my home directory (on the host machine). It doesn't exist in the container.

Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd

I'm trying to configure a new project to use a docker environment, but Wing's python doesn't seem to launch correctly. In the logs, I see references to my home directory, which doesn't exist in the container.

Is there some configuration that tells wing what cwd to use inside the container?

More info:

Wing launches a container successfully (I'm able to exec into it myself), but when I select restart shell in wing's python directory, this message appears in the python window:

OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/rutherford") set in config.json failed: no such file or directory: unknown further, I see the following in ide.log:

popenE with ['docker', 'exec', '-w', '/home/rutherford', ...

/home/rutherford is my home directory (on the host machine). It doesn't exist in the container.

Docker remote host: OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd

I'm trying to configure a new project to use a docker environment, but Wing's python doesn't seem to launch correctly. In the logs, I see references to my home directory, which doesn't exist in the container.

Is there some configuration that tells wing what cwd to use inside the container?

More info:

Wing launches a container successfully (I'm able to exec into it myself), but when I select restart shell in wing's python directory, this message appears in the python window:

OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/rutherford") set in config.json failed: no such file or directory: unknown further, I see the following in ide.log:

popenE with ['docker', 'exec', '-w', '/home/rutherford', ...

/home/rutherford is my home directory (on the host machine). It doesn't exist in the container.