developmentseed / remote-workstation

A Dockerised work environment hosted on AWS Fargate which can be SSH'd into ☁️🌎📦
MIT License
25 stars 2 forks source link

Add example for port forwarding. #8

Closed wildintellect closed 3 years ago

wildintellect commented 3 years ago

The Readme mentions how VS Code handles port forwarding with a Jupyter example, but the default image doesn't have jupyter. An alternate quick example:

echo "Hello World" > index.html
python -m http.server 8181

VS Code should prompt to open a local browser, or you can use the Remote Explorer icon on the left side.