Follow these steps to set up and open your development container in VS Code.
SSH into your remote host machine. (For example up4090)
The remote machine already has Podman installed for running containers.
Copy the compose.yml files to your project directory:
- SSH port (default 12345)
- Container name
You should choose a free port as ssh port. You should also modify container
name for your own idetification.
cd ~/projects/myproject
podman compose up -dHost myproject
HostName up4090
User dani
IdentityFile ~/.ssh/WangUp
Port 12345Use VSCode or terminal to ssh into your project myproject