One slight problem I had with .devcontainer in VS Code was running the devcontainer on a remote ssh server.
Remote SSH works. Local devcontainer works. But mixing the two requires configuring the docker engine settings to point to the remote. This forces other projects to also run on the remote machine.
Remote SSH works. Local devcontainer works. But mixing the two requires configuring the docker engine settings to point to the remote. This forces other projects to also run on the remote machine.
This was a problem as of 2 months ago.