Docker
Use a pre-built Docker image for your Infrastructure as Code (IaC) sandbox development environment.

Images
Images for Ubuntu are available.
Pull the following image from the GitHub container registry.
Run the image in interactive mode.
Visual Studio Code
Install the Dev Containers extension for Visual Studio Code. The extension lets you use a Docker container as a full-featured development environment.
In Visual Studio Code, you can click the open a remote window icon
and select attach to running container.

Next, select the running container from the previous step.

Last updated
Was this helpful?