Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
Getting an odd issue with respect to launching devcontainers from windows using a compose file.
My compose file is quite simple, it launches my folder in a devcontainer and should trigger the sleep infinity call on the container itself on start.
The error i see is sleep not found when i query the container on failure. I've tried with other commands (/bin/sh sleep or /bin/bash sleep or even ls and all commands return as not found.
Hello,
Getting an odd issue with respect to launching devcontainers from windows using a compose file.
My compose file is quite simple, it launches my folder in a devcontainer and should trigger the sleep infinity call on the container itself on start.
The error i see is
sleep not found
when i query the container on failure. I've tried with other commands (/bin/sh sleep
or/bin/bash sleep
or evenls
and all commands return as not found.Using linux containers and WSL2 with ubuntu,
remoteContainers-2024-03-20T01-44-20.694Z.log