

But only when using custom docker command with settings as leaving it empty makes everything work My trace logs Remote-Containers 0.209.5 in VS Code 1.63.0 (7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e). Host server: (node:1442585) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 2)Įdited to paste the whole log following your suggestion The issue still happens for me on version 0.209.5. Docker returned an error code ENOENT, message: spawn docker ENOENT Start: Run in Host: docker version -format Host: ms] Start: Check Docker is running Setting up container for folder or workspace: /Users/jbencook/code/nsg-dataset-management Host server: (node:1317702) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)Īt Process.ChildProcess._handle.onexit (internal/child_process.js:269:19)Īt onErrorNT (internal/child_process.js:465:16)Īt processTicksAndRejections (internal/process/task_queues.js:80:21) In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. (node:1317702) DeprecationWarning: Unhandled promise rejections are deprecated. On unhandled promise rejection, use the CLI flag `-unhandled-rejections=strict` (see ). And I confirmed that I get the problem when the remote host is both an Ubuntu workstation and an Amazon Linux instance. Run Remote-Containers: Rebuild and Reopen in Container with a remote docker hostĮverything works fine when my local machine is the Docker host.
#QUICKPICK REMOTE INSTALL#

"source=/data,target=/data,type=bind,consistency=cached", "source=/home/jbencook/.aws,target=/root/.aws,type=bind,consistency=cached", "source=/home/jbencook/.ssh,target=/root/.ssh,type=bind,consistency=cached", "python.pythonPath": "/usr/local/bin/python",
