### Run Docker hello-world in Gitpod Terminal Source: https://github.com/gitpod-io/gitpod-code/blob/master/gitpod-web/resources/walkthroughs/getstarted/terminal.md This snippet demonstrates how to execute the 'hello-world' Docker image within the Gitpod terminal. It requires Docker to be installed and accessible in the Gitpod environment. ```bash docker run hello-world ``` -------------------------------- ### Open Gitpod Workspace in VS Code Stable Source: https://github.com/gitpod-io/gitpod-code/blob/master/gitpod-web/resources/walkthroughs/getstarted/vscodedesktopsupport.md This command allows you to open the currently running Gitpod workspace in your local VS Code Stable application. Ensure you have VS Code Stable installed and the Gitpod extension configured. ```plaintext command:gitpod.openInStable ``` -------------------------------- ### Open Gitpod Workspace in VS Code Insiders Source: https://github.com/gitpod-io/gitpod-code/blob/master/gitpod-web/resources/walkthroughs/getstarted/vscodedesktopsupport.md This command enables you to open the currently running Gitpod workspace in your local VS Code Insiders application. Make sure VS Code Insiders is installed and the Gitpod extension is properly set up. ```plaintext command:gitpod.openInInsiders ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.