I have a problem when run Dev Containers: Open Folder in Container
... in a remote ssh server. It keeps stucking at Start: Run in host: id -un
as in image below.
Some environment information:
- VSCode Version: 1.74.3
- Local OS Version: Ubuntu 18.04.6 LTS
- Remote OS Version: Ubuntu 22.04.1 LTS
- Remote Extension/Connection Type: Dev Containers version 0.269.0
- Remote - SSH Extension version: 0.98.0
P/s:
- I have a simple Dockerfile (only contains FROM python:3.8) and I run devcontainer from this configuration Dockerfile.
- It works fine when run devcontainer in my local device. But meet above problem when run through SSH in server.